#1C4952

Color #1C4952 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #1C4952

Tints of Teal Blue #1C4952

Color information

#1C4952 (or 0x1C4952) is unknown color: approx Teal Blue. HEX triplet: 1C, 49 and 52. RGB value is (28,73,82). Sum of RGB (Red+Green+Blue) = 28+73+82=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4952 is #E3B6AD. Grayscale: #3C3C3C. Windows color (decimal): -14923438 or 5392668. OLE color: 5392668.

HSL color Cylindrical-coordinate representation of color #1C4952: hue angle of 190º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C4952 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB287382-
CMYK0.660.1100.68
HSL190º49.09%21.57%-
HSV(B)190º65.85%32.16%-
XYZ4.385.628.84-
YUV60.57140.09104.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.30%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=15.30%
G=39.89%
B=44.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2873820.660.1100.6819049.0921.57
Hex1C495242B044be3116
Octal341111221021301042766126
Binary111001001001101001010000101011010001001011111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C4952; }

 p { color: rgb(28,73,82); }

 H1.HeaderClassName
 {
   color: #1C4952;
 }
 .AnyTagClassName
 {
   color: #1C4952;
 }
</style>
background-color css

<style>
 a { background-color: #1C4952; }

 a { background-color: rgb(28,73,82); }

 div.DivClassName
 {
   background-color: #1C4952;
 }
 .BgClassName
 {
   background-color: #1C4952;
 }
</style>
border-color css

<style>
 span { border-color: #1C4952; }

 span { border-color: rgb(28,73,82); }

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