Html Css Color HEX #02DDAB Caribbean Green

📋 copy color: '#02DDAB'

red 2 ◦ green 221 ◦ blue 171

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

Shades of Caribbean Green #02DDAB

Tints of Caribbean Green #02DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.09%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 0.51%
G = 56.09%
B = 43.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#02DDAB (or 0x02DDAB) is known color: Caribbean Green. HEX triplet: 02, DD and AB. RGB value is (2,221,171). Sum of RGB (Red+Green+Blue) = 2+221+171=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02DDAB is #FD2254. Grayscale: #959595. Windows color (decimal): -16589397 or 11263234. OLE color: 11263234.

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

Color convert

RGB 2 221 171 -
CMYK 0.99 0 0.23 0.13
HSL 166.3º 0.98% 0.44% -
HSV(B) 166.3º 0.99% 0.87% -
XYZ 33.23 54.67 47.33 -
YUV 149.82 139.95 22.57 -
System Red Green Blue C M Y K H S L
Decimal 2 221 171 0.99 0 0.23 0.13 166.3 0.98 0.44
Hex 2 DD AB 63 0 17 D A6 62 2C
Octal 2 335 253 143 0 27 15 246 142 54
Binary 10 11011101 10101011 1100011 0 10111 1101 10100110 1100010 101100

Color Harmonies of #02DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDAB

Black with #02DDAB

Text Example


Text Example

White with #02DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,221,171); }

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

background-color css

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

 a { background-color: rgb(2,221,171); }

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

border-color css

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

 span { border-color: rgb(2,221,171); }

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