Html Css Color HEX #02CF9A Caribbean Green

📋 copy color: '#02CF9A'

red 2 ◦ green 207 ◦ blue 154

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

Shades of Caribbean Green #02CF9A

Tints of Caribbean Green #02CF9A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.02%

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

R = 0.55%
G = 57.02%
B = 42.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#02CF9A (or 0x02CF9A) is known color: Caribbean Green. HEX triplet: 02, CF and 9A. RGB value is (2,207,154). Sum of RGB (Red+Green+Blue) = 2+207+154=363 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CF9A is #FD3065. Grayscale: #8B8B8B. Windows color (decimal): -16592998 or 10145538. OLE color: 10145538.

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

Color convert

RGB 2 207 154 -
CMYK 0.99 0 0.26 0.19
HSL 164.49º 0.98% 0.41% -
HSV(B) 164.49º 0.99% 0.81% -
XYZ 28.17 46.97 38.15 -
YUV 139.66 136.08 29.81 -
System Red Green Blue C M Y K H S L
Decimal 2 207 154 0.99 0 0.26 0.19 164.49 0.98 0.41
Hex 2 CF 9A 63 0 1A 13 A4 62 29
Octal 2 317 232 143 0 32 23 244 142 51
Binary 10 11001111 10011010 1100011 0 11010 10011 10100100 1100010 101001

Color Harmonies of #02CF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CF9A

Black with #02CF9A

Text Example


Text Example

White with #02CF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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