Html Css Color HEX #04BBAF Iris Blue

📋 copy color: '#04BBAF'

red 4 ◦ green 187 ◦ blue 175

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

Shades of Iris Blue #04BBAF

Tints of Iris Blue #04BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.09%

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

R = 1.09%
G = 51.09%
B = 47.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#04BBAF (or 0x04BBAF) is known color: Iris Blue. HEX triplet: 04, BB and AF. RGB value is (4,187,175). Sum of RGB (Red+Green+Blue) = 4+187+175=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #04BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BBAF is #FB4450. Grayscale: #828282. Windows color (decimal): -16467025 or 11516676. OLE color: 11516676.

HSL color Cylindrical-coordinate representation of color #04BBAF: hue angle of 176.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBAF is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 175 -
CMYK 0.98 0 0.06 0.27
HSL 176.07º 0.96% 0.37% -
HSV(B) 176.07º 0.98% 0.73% -
XYZ 25.56 38.66 46.67 -
YUV 130.92 152.87 37.48 -
System Red Green Blue C M Y K H S L
Decimal 4 187 175 0.98 0 0.06 0.27 176.07 0.96 0.37
Hex 4 BB AF 62 0 6 1B B0 60 25
Octal 4 273 257 142 0 6 33 260 140 45
Binary 100 10111011 10101111 1100010 0 110 11011 10110000 1100000 100101

Color Harmonies of #04BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BBAF

Black with #04BBAF

Text Example


Text Example

White with #04BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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