Html Css Color HEX #046C8C Teal

📋 copy color: '#046C8C'

red 4 ◦ green 108 ◦ blue 140

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

Shades of Teal #046C8C

Tints of Teal #046C8C

RGB

 RED value IS 4 (1.95% from 255) = 1.59%

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

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

R = 1.59%
G = 42.86%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#046C8C (or 0x046C8C) is known color: Teal. HEX triplet: 04, 6C and 8C. RGB value is (4,108,140). Sum of RGB (Red+Green+Blue) = 4+108+140=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #046C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046C8C is #FB9373. Grayscale: #505050. Windows color (decimal): -16487284 or 9202692. OLE color: 9202692.

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

Color convert

RGB 4 108 140 -
CMYK 0.97 0.23 0 0.45
HSL 194.12º 0.94% 0.28% -
HSV(B) 194.12º 0.97% 0.55% -
XYZ 10.15 12.64 26.72 -
YUV 80.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 4 108 140 0.97 0.23 0 0.45 194.12 0.94 0.28
Hex 4 6C 8C 61 17 0 2D C2 5E 1C
Octal 4 154 214 141 27 0 55 302 136 34
Binary 100 1101100 10001100 1100001 10111 0 101101 11000010 1011110 11100

Color Harmonies of #046C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C8C

Black with #046C8C

Text Example


Text Example

White with #046C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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