Html Css Color HEX #036F80 Teal

📋 copy color: '#036F80'

red 3 ◦ green 111 ◦ blue 128

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

Shades of Teal #036F80

Tints of Teal #036F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.87%

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 1.24%
G = 45.87%
B = 52.89%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#036F80 (or 0x036F80) is known color: Teal. HEX triplet: 03, 6F and 80. RGB value is (3,111,128). Sum of RGB (Red+Green+Blue) = 3+111+128=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #036F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F80 is #FC907F. Grayscale: #505050. Windows color (decimal): -16552064 or 8417027. OLE color: 8417027.

HSL color Cylindrical-coordinate representation of color #036F80: hue angle of 188.16º 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 #036F80 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 111 128 -
CMYK 0.98 0.13 0 0.50
HSL 188.16º 0.95% 0.26% -
HSV(B) 188.16º 0.98% 0.5% -
XYZ 9.62 12.95 22.41 -
YUV 80.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 3 111 128 0.98 0.13 0 0.50 188.16 0.95 0.26
Hex 3 6F 80 62 D 0 32 BC 5F 1A
Octal 3 157 200 142 15 0 62 274 137 32
Binary 11 1101111 10000000 1100010 1101 0 110010 10111100 1011111 11010

Color Harmonies of #036F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F80

Black with #036F80

Text Example


Text Example

White with #036F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036F80; }

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

 H1.HeaderClassName
 {
   color: #036F80;
 }
 .AnyTagClassName
 {
   color: #036F80;
 }
</style>

background-color css

<style>
 a { background-color: #036F80; }

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

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

border-color css

<style>
 span { border-color: #036F80; }

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

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