Html Css Color HEX #02DDBA Robin's Egg Blue

📋 copy color: '#02DDBA'

red 2 ◦ green 221 ◦ blue 186

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

Shades of Robin's Egg Blue #02DDBA

Tints of Robin's Egg Blue #02DDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 0.49%
G = 54.03%
B = 45.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#02DDBA (or 0x02DDBA) is known color: Robin's Egg Blue. HEX triplet: 02, DD and BA. RGB value is (2,221,186). Sum of RGB (Red+Green+Blue) = 2+221+186=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDBA is #FD2245. Grayscale: #979797. Windows color (decimal): -16589382 or 12246274. OLE color: 12246274.

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

Color convert

RGB 2 221 186 -
CMYK 0.99 0 0.16 0.13
HSL 170.41º 0.98% 0.44% -
HSV(B) 170.41º 0.99% 0.87% -
XYZ 34.74 55.27 55.29 -
YUV 151.53 147.45 21.35 -
System Red Green Blue C M Y K H S L
Decimal 2 221 186 0.99 0 0.16 0.13 170.41 0.98 0.44
Hex 2 DD BA 63 0 10 D AA 62 2C
Octal 2 335 272 143 0 20 15 252 142 54
Binary 10 11011101 10111010 1100011 0 10000 1101 10101010 1100010 101100

Color Harmonies of #02DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDBA

Black with #02DDBA

Text Example


Text Example

White with #02DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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