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

📋 copy color: '#00D6BD'

red 0 ◦ green 214 ◦ blue 189

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

Shades of Robin's Egg Blue #00D6BD

Tints of Robin's Egg Blue #00D6BD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.1%

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

R = 0%
G = 53.1%
B = 46.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#00D6BD (or 0x00D6BD) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and BD. RGB value is (0,214,189). Sum of RGB (Red+Green+Blue) = 0+214+189=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6BD is #FF2942. Grayscale: #939393. Windows color (decimal): -16722243 or 12441088. OLE color: 12441088.

HSL color Cylindrical-coordinate representation of color #00D6BD: hue angle of 172.99º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6BD is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 189 -
CMYK 1 0 0.12 0.16
HSL 172.99º 1% 0.42% -
HSV(B) 172.99º 1% 0.84% -
XYZ 33.23 51.77 56.38 -
YUV 147.16 151.6 23.03 -
System Red Green Blue C M Y K H S L
Decimal 0 214 189 1 0 0.12 0.16 172.99 1 0.42
Hex 0 D6 BD 64 0 C 10 AD 64 2A
Octal 0 326 275 144 0 14 20 255 144 52
Binary 0 11010110 10111101 1100100 0 1100 10000 10101101 1100100 101010

Color Harmonies of #00D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D6BD

Black with #00D6BD

Text Example


Text Example

White with #00D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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