Html Css Color HEX #036D8A Teal

📋 copy color: '#036D8A'

red 3 ◦ green 109 ◦ blue 138

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

Shades of Teal #036D8A

Tints of Teal #036D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 1.2%
G = 43.6%
B = 55.2%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#036D8A (or 0x036D8A) is known color: Teal. HEX triplet: 03, 6D and 8A. RGB value is (3,109,138). Sum of RGB (Red+Green+Blue) = 3+109+138=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #036D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036D8A is #FC9275. Grayscale: #505050. Windows color (decimal): -16552566 or 9071875. OLE color: 9071875.

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

Color convert

RGB 3 109 138 -
CMYK 0.98 0.21 0 0.46
HSL 192.89º 0.96% 0.28% -
HSV(B) 192.89º 0.98% 0.54% -
XYZ 10.09 12.79 25.98 -
YUV 80.61 160.38 72.64 -
System Red Green Blue C M Y K H S L
Decimal 3 109 138 0.98 0.21 0 0.46 192.89 0.96 0.28
Hex 3 6D 8A 62 15 0 2E C1 60 1C
Octal 3 155 212 142 25 0 56 301 140 34
Binary 11 1101101 10001010 1100010 10101 0 101110 11000001 1100000 11100

Color Harmonies of #036D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036D8A

Black with #036D8A

Text Example


Text Example

White with #036D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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