Html Css Color HEX #04D0CD Robin's Egg Blue

📋 copy color: '#04D0CD'

red 4 ◦ green 208 ◦ blue 205

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

Shades of Robin's Egg Blue #04D0CD

Tints of Robin's Egg Blue #04D0CD

RGB

 RED value IS 4 (1.95% from 255) = 0.96%

 GREEN value IS 208 (81.64% from 255) = 49.88%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 0.96%
G = 49.88%
B = 49.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#04D0CD (or 0x04D0CD) is known color: Robin's Egg Blue. HEX triplet: 04, D0 and CD. RGB value is (4,208,205). Sum of RGB (Red+Green+Blue) = 4+208+205=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #04D0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D0CD is #FB2F32. Grayscale: #929292. Windows color (decimal): -16461619 or 13488132. OLE color: 13488132.

HSL color Cylindrical-coordinate representation of color #04D0CD: hue angle of 179.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D0CD is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 205 -
CMYK 0.98 0 0.01 0.18
HSL 179.12º 0.96% 0.42% -
HSV(B) 179.12º 0.98% 0.82% -
XYZ 33.63 49.55 65.55 -
YUV 146.66 160.91 26.24 -
System Red Green Blue C M Y K H S L
Decimal 4 208 205 0.98 0 0.01 0.18 179.12 0.96 0.42
Hex 4 D0 CD 62 0 1 12 B3 60 2A
Octal 4 320 315 142 0 1 22 263 140 52
Binary 100 11010000 11001101 1100010 0 1 10010 10110011 1100000 101010

Color Harmonies of #04D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D0CD

Black with #04D0CD

Text Example


Text Example

White with #04D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04D0CD; }

 p { color: rgb(4,208,205); }

 H1.HeaderClassName
 {
   color: #04D0CD;
 }
 .AnyTagClassName
 {
   color: #04D0CD;
 }
</style>

background-color css

<style>
 a { background-color: #04D0CD; }

 a { background-color: rgb(4,208,205); }

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

border-color css

<style>
 span { border-color: #04D0CD; }

 span { border-color: rgb(4,208,205); }

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