Html Css Color HEX #02DCB2 Caribbean Green

📋 copy color: '#02DCB2'

red 2 ◦ green 220 ◦ blue 178

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

Shades of Caribbean Green #02DCB2

Tints of Caribbean Green #02DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55%

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 0.5%
G = 55%
B = 44.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#02DCB2 (or 0x02DCB2) is known color: Caribbean Green. HEX triplet: 02, DC and B2. RGB value is (2,220,178). Sum of RGB (Red+Green+Blue) = 2+220+178=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCB2 is #FD234D. Grayscale: #959595. Windows color (decimal): -16589646 or 11721730. OLE color: 11721730.

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

Color convert

RGB 2 220 178 -
CMYK 0.99 0 0.19 0.14
HSL 168.44º 0.98% 0.44% -
HSV(B) 168.44º 0.99% 0.86% -
XYZ 33.65 54.41 50.85 -
YUV 150.03 143.78 22.42 -
System Red Green Blue C M Y K H S L
Decimal 2 220 178 0.99 0 0.19 0.14 168.44 0.98 0.44
Hex 2 DC B2 63 0 13 E A8 62 2C
Octal 2 334 262 143 0 23 16 250 142 54
Binary 10 11011100 10110010 1100011 0 10011 1110 10101000 1100010 101100

Color Harmonies of #02DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCB2

Black with #02DCB2

Text Example


Text Example

White with #02DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,178); }

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

background-color css

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

 a { background-color: rgb(2,220,178); }

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

border-color css

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

 span { border-color: rgb(2,220,178); }

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