Html Css Color HEX #02DCB1 Caribbean Green

📋 copy color: '#02DCB1'

red 2 ◦ green 220 ◦ blue 177

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

Shades of Caribbean Green #02DCB1

Tints of Caribbean Green #02DCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.36%

R = 0.5%
G = 55.14%
B = 44.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#02DCB1 (or 0x02DCB1) is known color: Caribbean Green. HEX triplet: 02, DC and B1. RGB value is (2,220,177). Sum of RGB (Red+Green+Blue) = 2+220+177=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 177 (69.53% from 255 or 44.36% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DCB1 is #FD234E. Grayscale: #959595. Windows color (decimal): -16589647 or 11656194. OLE color: 11656194.

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

Color convert

RGB 2 220 177 -
CMYK 0.99 0 0.20 0.14
HSL 168.17º 0.98% 0.44% -
HSV(B) 168.17º 0.99% 0.86% -
XYZ 33.55 54.37 50.32 -
YUV 149.92 143.28 22.5 -
System Red Green Blue C M Y K H S L
Decimal 2 220 177 0.99 0 0.20 0.14 168.17 0.98 0.44
Hex 2 DC B1 63 0 14 E A8 62 2C
Octal 2 334 261 143 0 24 16 250 142 54
Binary 10 11011100 10110001 1100011 0 10100 1110 10101000 1100010 101100

Color Harmonies of #02DCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DCB1

Black with #02DCB1

Text Example


Text Example

White with #02DCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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