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

📋 copy color: '#04CDBC'

red 4 ◦ green 205 ◦ blue 188

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

Shades of Robin's Egg Blue #04CDBC

Tints of Robin's Egg Blue #04CDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 1.01%
G = 51.64%
B = 47.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#04CDBC (or 0x04CDBC) is known color: Robin's Egg Blue. HEX triplet: 04, CD and BC. RGB value is (4,205,188). Sum of RGB (Red+Green+Blue) = 4+205+188=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #04CDBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDBC is #FB3243. Grayscale: #8E8E8E. Windows color (decimal): -16462404 or 12373252. OLE color: 12373252.

HSL color Cylindrical-coordinate representation of color #04CDBC: hue angle of 174.93º 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 #04CDBC is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 205 188 -
CMYK 0.98 0 0.08 0.20
HSL 174.93º 0.96% 0.41% -
HSV(B) 174.93º 0.98% 0.8% -
XYZ 30.96 47.32 55.08 -
YUV 142.96 153.41 28.88 -
System Red Green Blue C M Y K H S L
Decimal 4 205 188 0.98 0 0.08 0.20 174.93 0.96 0.41
Hex 4 CD BC 62 0 8 14 AF 60 29
Octal 4 315 274 142 0 10 24 257 140 51
Binary 100 11001101 10111100 1100010 0 1000 10100 10101111 1100000 101001

Color Harmonies of #04CDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CDBC

Black with #04CDBC

Text Example


Text Example

White with #04CDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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