Html Css Color HEX #02CB9A Caribbean Green

📋 copy color: '#02CB9A'

red 2 ◦ green 203 ◦ blue 154

#02CB9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #02CB9A

Tints of Caribbean Green #02CB9A

RGB

 RED value IS 2 (1.17% from 255) = 0.56%

 GREEN value IS 203 (79.69% from 255) = 56.55%

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 0.56%
G = 56.55%
B = 42.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#02CB9A (or 0x02CB9A) is known color: Caribbean Green. HEX triplet: 02, CB and 9A. RGB value is (2,203,154). Sum of RGB (Red+Green+Blue) = 2+203+154=359 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB9A is #FD3465. Grayscale: #898989. Windows color (decimal): -16594022 or 10144514. OLE color: 10144514.

HSL color Cylindrical-coordinate representation of color #02CB9A: hue angle of 165.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB9A is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 154 -
CMYK 0.99 0 0.24 0.20
HSL 165.37º 0.98% 0.4% -
HSV(B) 165.37º 0.99% 0.8% -
XYZ 27.21 45.06 37.83 -
YUV 137.32 137.41 31.48 -
System Red Green Blue C M Y K H S L
Decimal 2 203 154 0.99 0 0.24 0.20 165.37 0.98 0.4
Hex 2 CB 9A 63 0 18 14 A5 62 28
Octal 2 313 232 143 0 30 24 245 142 50
Binary 10 11001011 10011010 1100011 0 11000 10100 10100101 1100010 101000

Color Harmonies of #02CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB9A

Black with #02CB9A

Text Example


Text Example

White with #02CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,203,154); }

 H1.HeaderClassName
 {
   color: #02CB9A;
 }
 .AnyTagClassName
 {
   color: #02CB9A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,203,154); }

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

border-color css

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

 span { border-color: rgb(2,203,154); }

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