Html Css Color HEX #04BCAF Iris Blue

📋 copy color: '#04BCAF'

red 4 ◦ green 188 ◦ blue 175

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

Shades of Iris Blue #04BCAF

Tints of Iris Blue #04BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 1.09%
G = 51.23%
B = 47.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#04BCAF (or 0x04BCAF) is known color: Iris Blue. HEX triplet: 04, BC and AF. RGB value is (4,188,175). Sum of RGB (Red+Green+Blue) = 4+188+175=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #04BCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BCAF is #FB4350. Grayscale: #838383. Windows color (decimal): -16466769 or 11516932. OLE color: 11516932.

HSL color Cylindrical-coordinate representation of color #04BCAF: hue angle of 175.76º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCAF is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 188 175 -
CMYK 0.98 0 0.07 0.26
HSL 175.76º 0.96% 0.38% -
HSV(B) 175.76º 0.98% 0.74% -
XYZ 25.77 39.09 46.74 -
YUV 131.5 152.54 37.06 -
System Red Green Blue C M Y K H S L
Decimal 4 188 175 0.98 0 0.07 0.26 175.76 0.96 0.38
Hex 4 BC AF 62 0 7 1A B0 60 26
Octal 4 274 257 142 0 7 32 260 140 46
Binary 100 10111100 10101111 1100010 0 111 11010 10110000 1100000 100110

Color Harmonies of #04BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCAF

Black with #04BCAF

Text Example


Text Example

White with #04BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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