Html Css Color HEX #02C083 Caribbean Green

📋 copy color: '#02C083'

red 2 ◦ green 192 ◦ blue 131

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

Shades of Caribbean Green #02C083

Tints of Caribbean Green #02C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 0.62%
G = 59.08%
B = 40.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#02C083 (or 0x02C083) is known color: Caribbean Green. HEX triplet: 02, C0 and 83. RGB value is (2,192,131). Sum of RGB (Red+Green+Blue) = 2+192+131=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #02C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C083 is #FD3F7C. Grayscale: #808080. Windows color (decimal): -16596861 or 8634370. OLE color: 8634370.

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

Color convert

RGB 2 192 131 -
CMYK 0.99 0 0.32 0.25
HSL 160.74º 0.98% 0.38% -
HSV(B) 160.74º 0.99% 0.75% -
XYZ 22.97 39.35 27.86 -
YUV 128.24 129.55 37.96 -
System Red Green Blue C M Y K H S L
Decimal 2 192 131 0.99 0 0.32 0.25 160.74 0.98 0.38
Hex 2 C0 83 63 0 20 19 A1 62 26
Octal 2 300 203 143 0 40 31 241 142 46
Binary 10 11000000 10000011 1100011 0 100000 11001 10100001 1100010 100110

Color Harmonies of #02C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C083

Black with #02C083

Text Example


Text Example

White with #02C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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