Html Css Color HEX #02C389 Caribbean Green

📋 copy color: '#02C389'

red 2 ◦ green 195 ◦ blue 137

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

Shades of Caribbean Green #02C389

Tints of Caribbean Green #02C389

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.38%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 0.6%
G = 58.38%
B = 41.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#02C389 (or 0x02C389) is known color: Caribbean Green. HEX triplet: 02, C3 and 89. RGB value is (2,195,137). Sum of RGB (Red+Green+Blue) = 2+195+137=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #02C389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C389 is #FD3C76. Grayscale: #828282. Windows color (decimal): -16596087 or 9028354. OLE color: 9028354.

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

Color convert

RGB 2 195 137 -
CMYK 0.99 0 0.30 0.24
HSL 161.97º 0.98% 0.39% -
HSV(B) 161.97º 0.99% 0.76% -
XYZ 24.06 40.85 30.28 -
YUV 130.68 131.56 36.22 -
System Red Green Blue C M Y K H S L
Decimal 2 195 137 0.99 0 0.30 0.24 161.97 0.98 0.39
Hex 2 C3 89 63 0 1E 18 A2 62 27
Octal 2 303 211 143 0 36 30 242 142 47
Binary 10 11000011 10001001 1100011 0 11110 11000 10100010 1100010 100111

Color Harmonies of #02C389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C389

Black with #02C389

Text Example


Text Example

White with #02C389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,195,137); }

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

background-color css

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

 a { background-color: rgb(2,195,137); }

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

border-color css

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

 span { border-color: rgb(2,195,137); }

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