#02BD96

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

Shades of Caribbean Green #02BD96

Tints of Caribbean Green #02BD96

Color information

#02BD96 (or 0x02BD96) is unknown color: approx Caribbean Green. HEX triplet: 02, BD and 96. RGB value is (2,189,150). Sum of RGB (Red+Green+Blue) = 2+189+150=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #02BD96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BD96 is #FD4269. Grayscale: #808080. Windows color (decimal): -16597610 or 9878786. OLE color: 9878786.

HSL color Cylindrical-coordinate representation of color #02BD96: hue angle of 167.49º 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 #02BD96 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB2189150-
CMYK0.9900.210.26
HSL167.49º97.91%37.45%-
HSV(B)167.49º98.94%74.12%-
XYZ23.7338.6135.06-
YUV128.64140.0537.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 189 (74.22% from 255) = 55.43%
BLUE value IS 150 (58.98% from 255) = 43.99%
R=0.59%
G=55.43%
B=43.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21891500.9900.210.26167.4997.9137.45
Hex2BD96630151Aa76225
Octal22752261430253224714245
Binary101011110110010110110001101010111010101001111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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