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

📋 copy color: '#04CFBA'

red 4 ◦ green 207 ◦ blue 186

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

Shades of Robin's Egg Blue #04CFBA

Tints of Robin's Egg Blue #04CFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.14%

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

R = 1.01%
G = 52.14%
B = 46.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#04CFBA (or 0x04CFBA) is known color: Robin's Egg Blue. HEX triplet: 04, CF and BA. RGB value is (4,207,186). Sum of RGB (Red+Green+Blue) = 4+207+186=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFBA is #FB3045. Grayscale: #8F8F8F. Windows color (decimal): -16461894 or 12242692. OLE color: 12242692.

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

Color convert

RGB 4 207 186 -
CMYK 0.98 0 0.10 0.19
HSL 173.79º 0.96% 0.41% -
HSV(B) 173.79º 0.98% 0.81% -
XYZ 31.23 48.2 54.11 -
YUV 143.91 151.75 28.21 -
System Red Green Blue C M Y K H S L
Decimal 4 207 186 0.98 0 0.10 0.19 173.79 0.96 0.41
Hex 4 CF BA 62 0 A 13 AE 60 29
Octal 4 317 272 142 0 12 23 256 140 51
Binary 100 11001111 10111010 1100010 0 1010 10011 10101110 1100000 101001

Color Harmonies of #04CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFBA

Black with #04CFBA

Text Example


Text Example

White with #04CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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