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

📋 copy color: '#04CBBA'

red 4 ◦ green 203 ◦ blue 186

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

Shades of Robin's Egg Blue #04CBBA

Tints of Robin's Egg Blue #04CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.65%

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

R = 1.02%
G = 51.65%
B = 47.33%

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

#04CBBA (or 0x04CBBA) is known color: Robin's Egg Blue. HEX triplet: 04, CB and BA. RGB value is (4,203,186). Sum of RGB (Red+Green+Blue) = 4+203+186=393 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #04CBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBBA is #FB3445. Grayscale: #8D8D8D. Windows color (decimal): -16462918 or 12241668. OLE color: 12241668.

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

Color convert

RGB 4 203 186 -
CMYK 0.98 0 0.08 0.20
HSL 174.87º 0.96% 0.41% -
HSV(B) 174.87º 0.98% 0.8% -
XYZ 30.27 46.28 53.79 -
YUV 141.56 153.07 29.88 -
System Red Green Blue C M Y K H S L
Decimal 4 203 186 0.98 0 0.08 0.20 174.87 0.96 0.41
Hex 4 CB BA 62 0 8 14 AF 60 29
Octal 4 313 272 142 0 10 24 257 140 51
Binary 100 11001011 10111010 1100010 0 1000 10100 10101111 1100000 101001

Color Harmonies of #04CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBBA

Black with #04CBBA

Text Example


Text Example

White with #04CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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