Html Css Color HEX #02C08F Caribbean Green

📋 copy color: '#02C08F'

red 2 ◦ green 192 ◦ blue 143

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

Shades of Caribbean Green #02C08F

Tints of Caribbean Green #02C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.97%

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 0.59%
G = 56.97%
B = 42.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#02C08F (or 0x02C08F) is known color: Caribbean Green. HEX triplet: 02, C0 and 8F. RGB value is (2,192,143). Sum of RGB (Red+Green+Blue) = 2+192+143=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #02C08F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C08F is #FD3F70. Grayscale: #818181. Windows color (decimal): -16596849 or 9420802. OLE color: 9420802.

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

Color convert

RGB 2 192 143 -
CMYK 0.99 0 0.26 0.25
HSL 164.53º 0.98% 0.38% -
HSV(B) 164.53º 0.99% 0.75% -
XYZ 23.83 39.7 32.39 -
YUV 129.6 135.55 36.98 -
System Red Green Blue C M Y K H S L
Decimal 2 192 143 0.99 0 0.26 0.25 164.53 0.98 0.38
Hex 2 C0 8F 63 0 1A 19 A5 62 26
Octal 2 300 217 143 0 32 31 245 142 46
Binary 10 11000000 10001111 1100011 0 11010 11001 10100101 1100010 100110

Color Harmonies of #02C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C08F

Black with #02C08F

Text Example


Text Example

White with #02C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,143); }

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

background-color css

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

 a { background-color: rgb(2,192,143); }

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

border-color css

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

 span { border-color: rgb(2,192,143); }

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