Html Css Color HEX #036F89 Teal

📋 copy color: '#036F89'

red 3 ◦ green 111 ◦ blue 137

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

Shades of Teal #036F89

Tints of Teal #036F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 1.2%
G = 44.22%
B = 54.58%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#036F89 (or 0x036F89) is known color: Teal. HEX triplet: 03, 6F and 89. RGB value is (3,111,137). Sum of RGB (Red+Green+Blue) = 3+111+137=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #036F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036F89 is #FC9076. Grayscale: #515151. Windows color (decimal): -16552055 or 9006851. OLE color: 9006851.

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

Color convert

RGB 3 111 137 -
CMYK 0.98 0.19 0 0.46
HSL 191.64º 0.96% 0.27% -
HSV(B) 191.64º 0.98% 0.54% -
XYZ 10.24 13.19 25.67 -
YUV 81.67 159.22 71.89 -
System Red Green Blue C M Y K H S L
Decimal 3 111 137 0.98 0.19 0 0.46 191.64 0.96 0.27
Hex 3 6F 89 62 13 0 2E C0 60 1B
Octal 3 157 211 142 23 0 56 300 140 33
Binary 11 1101111 10001001 1100010 10011 0 101110 11000000 1100000 11011

Color Harmonies of #036F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F89

Black with #036F89

Text Example


Text Example

White with #036F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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