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

📋 copy color: '#04CFBF'

red 4 ◦ green 207 ◦ blue 191

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

Shades of Robin's Egg Blue #04CFBF

Tints of Robin's Egg Blue #04CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 1%
G = 51.49%
B = 47.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#04CFBF (or 0x04CFBF) is known color: Robin's Egg Blue. HEX triplet: 04, CF and BF. RGB value is (4,207,191). Sum of RGB (Red+Green+Blue) = 4+207+191=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 207 (81.25% from 255 or 51.49% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFBF is #FB3040. Grayscale: #909090. Windows color (decimal): -16461889 or 12570372. OLE color: 12570372.

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

Color convert

RGB 4 207 191 -
CMYK 0.98 0 0.08 0.19
HSL 175.27º 0.96% 0.41% -
HSV(B) 175.27º 0.98% 0.81% -
XYZ 31.77 48.41 56.96 -
YUV 144.48 154.25 27.8 -
System Red Green Blue C M Y K H S L
Decimal 4 207 191 0.98 0 0.08 0.19 175.27 0.96 0.41
Hex 4 CF BF 62 0 8 13 AF 60 29
Octal 4 317 277 142 0 10 23 257 140 51
Binary 100 11001111 10111111 1100010 0 1000 10011 10101111 1100000 101001

Color Harmonies of #04CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFBF

Black with #04CFBF

Text Example


Text Example

White with #04CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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