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

📋 copy color: '#02DABA'

red 2 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #02DABA

Tints of Robin's Egg Blue #02DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

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

R = 0.49%
G = 53.69%
B = 45.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#02DABA (or 0x02DABA) is known color: Robin's Egg Blue. HEX triplet: 02, DA and BA. RGB value is (2,218,186). Sum of RGB (Red+Green+Blue) = 2+218+186=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #02DABA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DABA is #FD2545. Grayscale: #959595. Windows color (decimal): -16590150 or 12245506. OLE color: 12245506.

HSL color Cylindrical-coordinate representation of color #02DABA: hue angle of 171.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DABA is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 218 186 -
CMYK 0.99 0 0.15 0.15
HSL 171.11º 0.98% 0.43% -
HSV(B) 171.11º 0.99% 0.85% -
XYZ 33.96 53.7 55.03 -
YUV 149.77 148.44 22.6 -
System Red Green Blue C M Y K H S L
Decimal 2 218 186 0.99 0 0.15 0.15 171.11 0.98 0.43
Hex 2 DA BA 63 0 F F AB 62 2B
Octal 2 332 272 143 0 17 17 253 142 53
Binary 10 11011010 10111010 1100011 0 1111 1111 10101011 1100010 101011

Color Harmonies of #02DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DABA

Black with #02DABA

Text Example


Text Example

White with #02DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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