Html Css Color HEX #02CB8A Caribbean Green

📋 copy color: '#02CB8A'

red 2 ◦ green 203 ◦ blue 138

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

Shades of Caribbean Green #02CB8A

Tints of Caribbean Green #02CB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 0.58%
G = 59.18%
B = 40.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#02CB8A (or 0x02CB8A) is known color: Caribbean Green. HEX triplet: 02, CB and 8A. RGB value is (2,203,138). Sum of RGB (Red+Green+Blue) = 2+203+138=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CB8A is #FD3475. Grayscale: #878787. Windows color (decimal): -16594038 or 9095938. OLE color: 9095938.

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

Color convert

RGB 2 203 138 -
CMYK 0.99 0 0.32 0.20
HSL 160.6º 0.98% 0.4% -
HSV(B) 160.6º 0.99% 0.8% -
XYZ 25.97 44.56 31.28 -
YUV 135.49 129.41 32.79 -
System Red Green Blue C M Y K H S L
Decimal 2 203 138 0.99 0 0.32 0.20 160.6 0.98 0.4
Hex 2 CB 8A 63 0 20 14 A1 62 28
Octal 2 313 212 143 0 40 24 241 142 50
Binary 10 11001011 10001010 1100011 0 100000 10100 10100001 1100010 101000

Color Harmonies of #02CB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB8A

Black with #02CB8A

Text Example


Text Example

White with #02CB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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