Html Css Color HEX #1C453B Deep Teal

📋 copy color: '#1C453B'

red 28 ◦ green 69 ◦ blue 59

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

Shades of Deep Teal #1C453B

Tints of Deep Teal #1C453B

RGB

 RED value IS 28 (11.33% from 255) = 17.95%

 GREEN value IS 69 (27.34% from 255) = 44.23%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 17.95%
G = 44.23%
B = 37.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#1C453B (or 0x1C453B) is known color: Deep Teal. HEX triplet: 1C, 45 and 3B. RGB value is (28,69,59). Sum of RGB (Red+Green+Blue) = 28+69+59=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #1C453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C453B is #E3BAC4. Grayscale: #373737. Windows color (decimal): -14924485 or 3884316. OLE color: 3884316.

HSL color Cylindrical-coordinate representation of color #1C453B: hue angle of 165.37º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C453B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 28 69 59 -
CMYK 0.59 0 0.14 0.73
HSL 165.37º 0.42% 0.19% -
HSV(B) 165.37º 0.59% 0.27% -
XYZ 3.4 4.82 4.89 -
YUV 55.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 28 69 59 0.59 0 0.14 0.73 165.37 0.42 0.19
Hex 1C 45 3B 3B 0 E 49 A5 2A 13
Octal 34 105 73 73 0 16 111 245 52 23
Binary 11100 1000101 111011 111011 0 1110 1001001 10100101 101010 10011

Color Harmonies of #1C453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C453B

Black with #1C453B

Text Example


Text Example

White with #1C453B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,69,59); }

 H1.HeaderClassName
 {
   color: #1C453B;
 }
 .AnyTagClassName
 {
   color: #1C453B;
 }
</style>

background-color css

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

 a { background-color: rgb(28,69,59); }

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

border-color css

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

 span { border-color: rgb(28,69,59); }

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