Html Css Color HEX #036C8C Teal

📋 copy color: '#036C8C'

red 3 ◦ green 108 ◦ blue 140

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

Shades of Teal #036C8C

Tints of Teal #036C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.03%

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 1.2%
G = 43.03%
B = 55.78%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#036C8C (or 0x036C8C) is known color: Teal. HEX triplet: 03, 6C and 8C. RGB value is (3,108,140). Sum of RGB (Red+Green+Blue) = 3+108+140=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #036C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C8C is #FC9373. Grayscale: #505050. Windows color (decimal): -16552820 or 9202691. OLE color: 9202691.

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

Color convert

RGB 3 108 140 -
CMYK 0.98 0.23 0 0.45
HSL 194.01º 0.96% 0.28% -
HSV(B) 194.01º 0.98% 0.55% -
XYZ 10.13 12.64 26.72 -
YUV 80.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 3 108 140 0.98 0.23 0 0.45 194.01 0.96 0.28
Hex 3 6C 8C 62 17 0 2D C2 60 1C
Octal 3 154 214 142 27 0 55 302 140 34
Binary 11 1101100 10001100 1100010 10111 0 101101 11000010 1100000 11100

Color Harmonies of #036C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C8C

Black with #036C8C

Text Example


Text Example

White with #036C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,108,140); }

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

background-color css

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

 a { background-color: rgb(3,108,140); }

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

border-color css

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

 span { border-color: rgb(3,108,140); }

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