#03807B

Color #03807B Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal #03807B

Tints of Teal #03807B

Color information

#03807B (or 0x03807B) is unknown color: approx Teal. HEX triplet: 03, 80 and 7B. RGB value is (3,128,123). Sum of RGB (Red+Green+Blue) = 3+128+123=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #03807B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03807B is #FC7F84. Grayscale: #595959. Windows color (decimal): -16547717 or 8093699. OLE color: 8093699.

HSL color Cylindrical-coordinate representation of color #03807B: hue angle of 177.6º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03807B is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB3128123-
CMYK0.9800.040.50
HSL177.6º95.42%25.69%-
HSV(B)177.6º97.66%50.2%-
XYZ11.3316.8921.4-
YUV90.06146.5965.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.18%
GREEN value IS 128 (50.39% from 255) = 50.39%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=1.18%
G=50.39%
B=48.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31281230.9800.040.50177.695.4225.69
Hex3807B620432b25f1a
Octal3200173142046226213732
Binary111000000011110111100010010011001010110010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03807B; }

 p { color: rgb(3,128,123); }

 H1.HeaderClassName
 {
   color: #03807B;
 }
 .AnyTagClassName
 {
   color: #03807B;
 }
</style>
background-color css

<style>
 a { background-color: #03807B; }

 a { background-color: rgb(3,128,123); }

 div.DivClassName
 {
   background-color: #03807B;
 }
 .BgClassName
 {
   background-color: #03807B;
 }
</style>
border-color css

<style>
 span { border-color: #03807B; }

 span { border-color: rgb(3,128,123); }

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