Html Css Color HEX #02CDB0 Caribbean Green

📋 copy color: '#02CDB0'

red 2 ◦ green 205 ◦ blue 176

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

Shades of Caribbean Green #02CDB0

Tints of Caribbean Green #02CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 0.52%
G = 53.52%
B = 45.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#02CDB0 (or 0x02CDB0) is known color: Caribbean Green. HEX triplet: 02, CD and B0. RGB value is (2,205,176). Sum of RGB (Red+Green+Blue) = 2+205+176=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #02CDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02CDB0 is #FD324F. Grayscale: #8C8C8C. Windows color (decimal): -16593488 or 11586818. OLE color: 11586818.

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

Color convert

RGB 2 205 176 -
CMYK 0.99 0 0.14 0.20
HSL 171.43º 0.98% 0.41% -
HSV(B) 171.43º 0.99% 0.8% -
XYZ 29.69 46.81 48.54 -
YUV 141 147.75 28.86 -
System Red Green Blue C M Y K H S L
Decimal 2 205 176 0.99 0 0.14 0.20 171.43 0.98 0.41
Hex 2 CD B0 63 0 E 14 AB 62 29
Octal 2 315 260 143 0 16 24 253 142 51
Binary 10 11001101 10110000 1100011 0 1110 10100 10101011 1100010 101001

Color Harmonies of #02CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CDB0

Black with #02CDB0

Text Example


Text Example

White with #02CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,205,176); }

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

background-color css

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

 a { background-color: rgb(2,205,176); }

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

border-color css

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

 span { border-color: rgb(2,205,176); }

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