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

📋 copy color: '#00CDB6'

red 0 ◦ green 205 ◦ blue 182

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

Shades of Robin's Egg Blue #00CDB6

Tints of Robin's Egg Blue #00CDB6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.97%

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

R = 0%
G = 52.97%
B = 47.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#00CDB6 (or 0x00CDB6) is known color: Robin's Egg Blue. HEX triplet: 00, CD and B6. RGB value is (0,205,182). Sum of RGB (Red+Green+Blue) = 0+205+182=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #00CDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CDB6 is #FF3249. Grayscale: #8C8C8C. Windows color (decimal): -16724554 or 11980032. OLE color: 11980032.

HSL color Cylindrical-coordinate representation of color #00CDB6: hue angle of 173.27º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CDB6 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 205 182 -
CMYK 1 0 0.11 0.20
HSL 173.27º 1% 0.4% -
HSV(B) 173.27º 1% 0.8% -
XYZ 30.27 47.04 51.74 -
YUV 141.08 151.08 27.37 -
System Red Green Blue C M Y K H S L
Decimal 0 205 182 1 0 0.11 0.20 173.27 1 0.4
Hex 0 CD B6 64 0 B 14 AD 64 28
Octal 0 315 266 144 0 13 24 255 144 50
Binary 0 11001101 10110110 1100100 0 1011 10100 10101101 1100100 101000

Color Harmonies of #00CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDB6

Black with #00CDB6

Text Example


Text Example

White with #00CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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