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

📋 copy color: '#00D5B6'

red 0 ◦ green 213 ◦ blue 182

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

Shades of Robin's Egg Blue #00D5B6

Tints of Robin's Egg Blue #00D5B6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.92%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 0%
G = 53.92%
B = 46.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#00D5B6 (or 0x00D5B6) is known color: Robin's Egg Blue. HEX triplet: 00, D5 and B6. RGB value is (0,213,182). Sum of RGB (Red+Green+Blue) = 0+213+182=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #00D5B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D5B6 is #FF2A49. Grayscale: #919191. Windows color (decimal): -16722506 or 11982080. OLE color: 11982080.

HSL color Cylindrical-coordinate representation of color #00D5B6: hue angle of 171.27º 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 #00D5B6 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 213 182 -
CMYK 1 0 0.15 0.16
HSL 171.27º 1% 0.42% -
HSV(B) 171.27º 1% 0.84% -
XYZ 32.24 50.97 52.39 -
YUV 145.78 148.43 24.02 -
System Red Green Blue C M Y K H S L
Decimal 0 213 182 1 0 0.15 0.16 171.27 1 0.42
Hex 0 D5 B6 64 0 F 10 AB 64 2A
Octal 0 325 266 144 0 17 20 253 144 52
Binary 0 11010101 10110110 1100100 0 1111 10000 10101011 1100100 101010

Color Harmonies of #00D5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D5B6

Black with #00D5B6

Text Example


Text Example

White with #00D5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,213,182); }

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

background-color css

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

 a { background-color: rgb(0,213,182); }

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

border-color css

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

 span { border-color: rgb(0,213,182); }

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