Html Css Color HEX #036D85 Teal

📋 copy color: '#036D85'

red 3 ◦ green 109 ◦ blue 133

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

Shades of Teal #036D85

Tints of Teal #036D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 1.22%
G = 44.49%
B = 54.29%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#036D85 (or 0x036D85) is known color: Teal. HEX triplet: 03, 6D and 85. RGB value is (3,109,133). Sum of RGB (Red+Green+Blue) = 3+109+133=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #036D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D85 is #FC927A. Grayscale: #4F4F4F. Windows color (decimal): -16552571 or 8744195. OLE color: 8744195.

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

Color convert

RGB 3 109 133 -
CMYK 0.98 0.18 0 0.48
HSL 191.08º 0.96% 0.27% -
HSV(B) 191.08º 0.98% 0.52% -
XYZ 9.74 12.65 24.12 -
YUV 80.04 157.88 73.05 -
System Red Green Blue C M Y K H S L
Decimal 3 109 133 0.98 0.18 0 0.48 191.08 0.96 0.27
Hex 3 6D 85 62 12 0 30 BF 60 1B
Octal 3 155 205 142 22 0 60 277 140 33
Binary 11 1101101 10000101 1100010 10010 0 110000 10111111 1100000 11011

Color Harmonies of #036D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D85

Black with #036D85

Text Example


Text Example

White with #036D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,109,133); }

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

background-color css

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

 a { background-color: rgb(3,109,133); }

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

border-color css

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

 span { border-color: rgb(3,109,133); }

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