#1A3C33

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

Shades of Deep Teal #1A3C33

Tints of Deep Teal #1A3C33

Color information

#1A3C33 (or 0x1A3C33) is unknown color: approx Deep Teal. HEX triplet: 1A, 3C and 33. RGB value is (26,60,51). Sum of RGB (Red+Green+Blue) = 26+60+51=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 60 (23.83% from 255 or 43.80% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 60 - color contains mainly: green. Hex color #1A3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3C33 is #E5C3CC. Grayscale: #303030. Windows color (decimal): -15057869 or 3357722. OLE color: 3357722.

HSL color Cylindrical-coordinate representation of color #1A3C33: hue angle of 164.12º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A3C33 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB266051-
CMYK0.5700.150.76
HSL164.12º39.53%16.86%-
HSV(B)164.12º56.67%23.53%-
XYZ2.643.693.71-
YUV48.81129.24111.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 60 (23.83% from 255) = 43.80%
BLUE value IS 51 (20.31% from 255) = 37.23%
R=18.98%
G=43.80%
B=37.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2660510.5700.150.76164.1239.5316.86
Hex1A3C33390F4Ca42811
Octal327463710171142445021
Binary110101111001100111110010111110011001010010010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,51); }

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

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

 a { background-color: rgb(26,60,51); }

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

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

 span { border-color: rgb(26,60,51); }

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