#1A433D

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

Shades of Deep Teal #1A433D

Tints of Deep Teal #1A433D

Color information

#1A433D (or 0x1A433D) is unknown color: approx Deep Teal. HEX triplet: 1A, 43 and 3D. RGB value is (26,67,61). Sum of RGB (Red+Green+Blue) = 26+67+61=154 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.88% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #1A433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A433D is #E5BCC2. Grayscale: #363636. Windows color (decimal): -15056067 or 4014874. OLE color: 4014874.

HSL color Cylindrical-coordinate representation of color #1A433D: hue angle of 171.22º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A433D is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB266761-
CMYK0.6100.090.74
HSL171.22º44.09%18.24%-
HSV(B)171.22º61.19%26.27%-
XYZ3.284.575.12-
YUV54.06131.92107.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.88%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=16.88%
G=43.51%
B=39.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2667610.6100.090.74171.2244.0918.24
Hex1A433D3D094Aab2c12
Octal3210375750111122535422
Binary1101010000111111011111010100110010101010101110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,67,61); }

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

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

 a { background-color: rgb(26,67,61); }

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

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

 span { border-color: rgb(26,67,61); }

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