Html Css Color HEX #036F88 Teal

📋 copy color: '#036F88'

red 3 ◦ green 111 ◦ blue 136

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

Shades of Teal #036F88

Tints of Teal #036F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 1.2%
G = 44.4%
B = 54.4%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#036F88 (or 0x036F88) is known color: Teal. HEX triplet: 03, 6F and 88. RGB value is (3,111,136). Sum of RGB (Red+Green+Blue) = 3+111+136=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #036F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F88 is #FC9077. Grayscale: #515151. Windows color (decimal): -16552056 or 8941315. OLE color: 8941315.

HSL color Cylindrical-coordinate representation of color #036F88: hue angle of 191.28º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036F88 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 111 136 -
CMYK 0.98 0.18 0 0.47
HSL 191.28º 0.96% 0.27% -
HSV(B) 191.28º 0.98% 0.53% -
XYZ 10.17 13.17 25.3 -
YUV 81.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 3 111 136 0.98 0.18 0 0.47 191.28 0.96 0.27
Hex 3 6F 88 62 12 0 2F BF 60 1B
Octal 3 157 210 142 22 0 57 277 140 33
Binary 11 1101111 10001000 1100010 10010 0 101111 10111111 1100000 11011

Color Harmonies of #036F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F88

Black with #036F88

Text Example


Text Example

White with #036F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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