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

📋 copy color: '#00DDC4'

red 0 ◦ green 221 ◦ blue 196

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

Shades of Robin's Egg Blue #00DDC4

Tints of Robin's Egg Blue #00DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53%

 BLUE value IS 196 (76.95% from 255) = 47%

R = 0%
G = 53%
B = 47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#00DDC4 (or 0x00DDC4) is known color: Robin's Egg Blue. HEX triplet: 00, DD and C4. RGB value is (0,221,196). Sum of RGB (Red+Green+Blue) = 0+221+196=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #00DDC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDC4 is #FF223B. Grayscale: #979797. Windows color (decimal): -16720444 or 12901632. OLE color: 12901632.

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

Color convert

RGB 0 221 196 -
CMYK 1 0 0.11 0.13
HSL 173.21º 1% 0.43% -
HSV(B) 173.21º 1% 0.87% -
XYZ 35.82 55.7 61.09 -
YUV 152.07 152.78 19.53 -
System Red Green Blue C M Y K H S L
Decimal 0 221 196 1 0 0.11 0.13 173.21 1 0.43
Hex 0 DD C4 64 0 B D AD 64 2B
Octal 0 335 304 144 0 13 15 255 144 53
Binary 0 11011101 11000100 1100100 0 1011 1101 10101101 1100100 101011

Color Harmonies of #00DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DDC4

Black with #00DDC4

Text Example


Text Example

White with #00DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,221,196); }

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

background-color css

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

 a { background-color: rgb(0,221,196); }

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

border-color css

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

 span { border-color: rgb(0,221,196); }

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