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

📋 copy color: '#04CDBA'

red 4 ◦ green 205 ◦ blue 186

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

Shades of Robin's Egg Blue #04CDBA

Tints of Robin's Egg Blue #04CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 1.01%
G = 51.9%
B = 47.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#04CDBA (or 0x04CDBA) is known color: Robin's Egg Blue. HEX triplet: 04, CD and BA. RGB value is (4,205,186). Sum of RGB (Red+Green+Blue) = 4+205+186=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDBA is #FB3245. Grayscale: #8E8E8E. Windows color (decimal): -16462406 or 12242180. OLE color: 12242180.

HSL color Cylindrical-coordinate representation of color #04CDBA: hue angle of 174.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDBA is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 186 -
CMYK 0.98 0 0.09 0.20
HSL 174.33º 0.96% 0.41% -
HSV(B) 174.33º 0.98% 0.8% -
XYZ 30.74 47.23 53.95 -
YUV 142.74 152.41 29.04 -
System Red Green Blue C M Y K H S L
Decimal 4 205 186 0.98 0 0.09 0.20 174.33 0.96 0.41
Hex 4 CD BA 62 0 9 14 AE 60 29
Octal 4 315 272 142 0 11 24 256 140 51
Binary 100 11001101 10111010 1100010 0 1001 10100 10101110 1100000 101001

Color Harmonies of #04CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDBA

Black with #04CDBA

Text Example


Text Example

White with #04CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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