Html Css Color HEX #03BFBA Iris Blue

📋 copy color: '#03BFBA'

red 3 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #03BFBA

Tints of Iris Blue #03BFBA

RGB

 RED value IS 3 (1.56% from 255) = 0.79%

 GREEN value IS 191 (75% from 255) = 50.26%

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

R = 0.79%
G = 50.26%
B = 48.95%

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

#03BFBA (or 0x03BFBA) is known color: Iris Blue. HEX triplet: 03, BF and BA. RGB value is (3,191,186). Sum of RGB (Red+Green+Blue) = 3+191+186=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFBA is #FC4045. Grayscale: #868686. Windows color (decimal): -16531526 or 12238595. OLE color: 12238595.

HSL color Cylindrical-coordinate representation of color #03BFBA: hue angle of 178.4º degrees, saturation: 0.97, 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 #03BFBA is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 191 186 -
CMYK 0.98 0 0.03 0.25
HSL 178.4º 0.97% 0.38% -
HSV(B) 178.4º 0.98% 0.75% -
XYZ 27.53 40.83 52.88 -
YUV 134.22 157.22 34.41 -
System Red Green Blue C M Y K H S L
Decimal 3 191 186 0.98 0 0.03 0.25 178.4 0.97 0.38
Hex 3 BF BA 62 0 3 19 B2 61 26
Octal 3 277 272 142 0 3 31 262 141 46
Binary 11 10111111 10111010 1100010 0 11 11001 10110010 1100001 100110

Color Harmonies of #03BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFBA

Black with #03BFBA

Text Example


Text Example

White with #03BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BFBA; }

 p { color: rgb(3,191,186); }

 H1.HeaderClassName
 {
   color: #03BFBA;
 }
 .AnyTagClassName
 {
   color: #03BFBA;
 }
</style>

background-color css

<style>
 a { background-color: #03BFBA; }

 a { background-color: rgb(3,191,186); }

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

border-color css

<style>
 span { border-color: #03BFBA; }

 span { border-color: rgb(3,191,186); }

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