#05BD95

Color #05BD95 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #05BD95

Tints of Caribbean Green #05BD95

Color information

#05BD95 (or 0x05BD95) is unknown color: approx Caribbean Green. HEX triplet: 05, BD and 95. RGB value is (5,189,149). Sum of RGB (Red+Green+Blue) = 5+189+149=343 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD95 is #FA426A. Grayscale: #818181. Windows color (decimal): -16401003 or 9813253. OLE color: 9813253.

HSL color Cylindrical-coordinate representation of color #05BD95: hue angle of 166.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD95 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB5189149-
CMYK0.9700.210.26
HSL166.96º94.85%38.04%-
HSV(B)166.96º97.35%74.12%-
XYZ23.6838.634.64-
YUV129.42139.0439.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.46%
GREEN value IS 189 (74.22% from 255) = 55.10%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=1.46%
G=55.10%
B=43.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51891490.9700.210.26166.9694.8538.04
Hex5BD95610151Aa75f26
Octal52752251410253224713746
Binary1011011110110010101110000101010111010101001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BD95; }

 p { color: rgb(5,189,149); }

 H1.HeaderClassName
 {
   color: #05BD95;
 }
 .AnyTagClassName
 {
   color: #05BD95;
 }
</style>
background-color css

<style>
 a { background-color: #05BD95; }

 a { background-color: rgb(5,189,149); }

 div.DivClassName
 {
   background-color: #05BD95;
 }
 .BgClassName
 {
   background-color: #05BD95;
 }
</style>
border-color css

<style>
 span { border-color: #05BD95; }

 span { border-color: rgb(5,189,149); }

 td.TdClassName
 {
   border-color: #05BD95;
 }
 .TagClassName
 {
   border-color: #05BD95;
 }
</style>