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

📋 copy color: '#02DDBC'

red 2 ◦ green 221 ◦ blue 188

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

Shades of Robin's Egg Blue #02DDBC

Tints of Robin's Egg Blue #02DDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 0.49%
G = 53.77%
B = 45.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#02DDBC (or 0x02DDBC) is known color: Robin's Egg Blue. HEX triplet: 02, DD and BC. RGB value is (2,221,188). Sum of RGB (Red+Green+Blue) = 2+221+188=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDBC is #FD2243. Grayscale: #979797. Windows color (decimal): -16589380 or 12377346. OLE color: 12377346.

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

Color convert

RGB 2 221 188 -
CMYK 0.99 0 0.15 0.13
HSL 170.96º 0.98% 0.44% -
HSV(B) 170.96º 0.99% 0.87% -
XYZ 34.96 55.36 56.42 -
YUV 151.76 148.45 21.18 -
System Red Green Blue C M Y K H S L
Decimal 2 221 188 0.99 0 0.15 0.13 170.96 0.98 0.44
Hex 2 DD BC 63 0 F D AB 62 2C
Octal 2 335 274 143 0 17 15 253 142 54
Binary 10 11011101 10111100 1100011 0 1111 1101 10101011 1100010 101100

Color Harmonies of #02DDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DDBC

Black with #02DDBC

Text Example


Text Example

White with #02DDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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