Html Css Color HEX #02C28B Caribbean Green

📋 copy color: '#02C28B'

red 2 ◦ green 194 ◦ blue 139

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

Shades of Caribbean Green #02C28B

Tints of Caribbean Green #02C28B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 57.91%

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 0.6%
G = 57.91%
B = 41.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#02C28B (or 0x02C28B) is known color: Caribbean Green. HEX triplet: 02, C2 and 8B. RGB value is (2,194,139). Sum of RGB (Red+Green+Blue) = 2+194+139=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #02C28B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02C28B is #FD3D74. Grayscale: #828282. Windows color (decimal): -16596341 or 9159170. OLE color: 9159170.

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

Color convert

RGB 2 194 139 -
CMYK 0.99 0 0.28 0.24
HSL 162.81º 0.98% 0.38% -
HSV(B) 162.81º 0.99% 0.76% -
XYZ 23.98 40.46 30.97 -
YUV 130.32 132.89 36.47 -
System Red Green Blue C M Y K H S L
Decimal 2 194 139 0.99 0 0.28 0.24 162.81 0.98 0.38
Hex 2 C2 8B 63 0 1C 18 A3 62 26
Octal 2 302 213 143 0 34 30 243 142 46
Binary 10 11000010 10001011 1100011 0 11100 11000 10100011 1100010 100110

Color Harmonies of #02C28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C28B

Black with #02C28B

Text Example


Text Example

White with #02C28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,194,139); }

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

background-color css

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

 a { background-color: rgb(2,194,139); }

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

border-color css

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

 span { border-color: rgb(2,194,139); }

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