Html Css Color HEX #00DABD Robin's Egg Blue

📋 copy color: '#00DABD'

red 0 ◦ green 218 ◦ blue 189

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

Shades of Robin's Egg Blue #00DABD

Tints of Robin's Egg Blue #00DABD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 0%
G = 53.56%
B = 46.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#00DABD (or 0x00DABD) is known color: Robin's Egg Blue. HEX triplet: 00, DA and BD. RGB value is (0,218,189). Sum of RGB (Red+Green+Blue) = 0+218+189=407 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #00DABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DABD is #FF2542. Grayscale: #959595. Windows color (decimal): -16721219 or 12442112. OLE color: 12442112.

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

Color convert

RGB 0 218 189 -
CMYK 1 0 0.13 0.15
HSL 172.02º 1% 0.43% -
HSV(B) 172.02º 1% 0.85% -
XYZ 34.26 53.82 56.73 -
YUV 149.51 150.28 21.36 -
System Red Green Blue C M Y K H S L
Decimal 0 218 189 1 0 0.13 0.15 172.02 1 0.43
Hex 0 DA BD 64 0 D F AC 64 2B
Octal 0 332 275 144 0 15 17 254 144 53
Binary 0 11011010 10111101 1100100 0 1101 1111 10101100 1100100 101011

Color Harmonies of #00DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DABD

Black with #00DABD

Text Example


Text Example

White with #00DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DABD; }

 p { color: rgb(0,218,189); }

 H1.HeaderClassName
 {
   color: #00DABD;
 }
 .AnyTagClassName
 {
   color: #00DABD;
 }
</style>

background-color css

<style>
 a { background-color: #00DABD; }

 a { background-color: rgb(0,218,189); }

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

border-color css

<style>
 span { border-color: #00DABD; }

 span { border-color: rgb(0,218,189); }

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