#02BD99

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

Shades of Caribbean Green #02BD99

Tints of Caribbean Green #02BD99

Color information

#02BD99 (or 0x02BD99) is unknown color: approx Caribbean Green. HEX triplet: 02, BD and 99. RGB value is (2,189,153). Sum of RGB (Red+Green+Blue) = 2+189+153=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD99 is #FD4266. Grayscale: #808080. Windows color (decimal): -16597607 or 10075394. OLE color: 10075394.

HSL color Cylindrical-coordinate representation of color #02BD99: hue angle of 168.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BD99 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB2189153-
CMYK0.9900.190.26
HSL168.45º97.91%37.45%-
HSV(B)168.45º98.94%74.12%-
XYZ23.9738.7136.34-
YUV128.98141.5537.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 189 (74.22% from 255) = 54.94%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=0.58%
G=54.94%
B=44.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21891530.9900.190.26168.4597.9137.45
Hex2BD99630131Aa86225
Octal22752311430233225014245
Binary101011110110011001110001101001111010101010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02BD99; }

 p { color: rgb(2,189,153); }

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

<style>
 a { background-color: #02BD99; }

 a { background-color: rgb(2,189,153); }

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

<style>
 span { border-color: #02BD99; }

 span { border-color: rgb(2,189,153); }

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