Html Css Color HEX #04C0BA Iris Blue

📋 copy color: '#04C0BA'

red 4 ◦ green 192 ◦ blue 186

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

Shades of Iris Blue #04C0BA

Tints of Iris Blue #04C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.26%

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

R = 1.05%
G = 50.26%
B = 48.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#04C0BA (or 0x04C0BA) is known color: Iris Blue. HEX triplet: 04, C0 and BA. RGB value is (4,192,186). Sum of RGB (Red+Green+Blue) = 4+192+186=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #04C0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0BA is #FB3F45. Grayscale: #868686. Windows color (decimal): -16465734 or 12238852. OLE color: 12238852.

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

Color convert

RGB 4 192 186 -
CMYK 0.98 0 0.03 0.25
HSL 178.09º 0.96% 0.38% -
HSV(B) 178.09º 0.98% 0.75% -
XYZ 27.76 41.27 52.96 -
YUV 135.1 156.72 34.49 -
System Red Green Blue C M Y K H S L
Decimal 4 192 186 0.98 0 0.03 0.25 178.09 0.96 0.38
Hex 4 C0 BA 62 0 3 19 B2 60 26
Octal 4 300 272 142 0 3 31 262 140 46
Binary 100 11000000 10111010 1100010 0 11 11001 10110010 1100000 100110

Color Harmonies of #04C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C0BA

Black with #04C0BA

Text Example


Text Example

White with #04C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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