#10433C

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

Shades of Deep Teal #10433C

Tints of Deep Teal #10433C

Color information

#10433C (or 0x10433C) is unknown color: approx Deep Teal. HEX triplet: 10, 43 and 3C. RGB value is (16,67,60). Sum of RGB (Red+Green+Blue) = 16+67+60=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #10433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10433C is #EFBCC3. Grayscale: #323232. Windows color (decimal): -15711428 or 3949328. OLE color: 3949328.

HSL color Cylindrical-coordinate representation of color #10433C: hue angle of 171.76º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10433C is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB166760-
CMYK0.7600.100.74
HSL171.76º61.45%16.27%-
HSV(B)171.76º76.12%26.27%-
XYZ3.044.454.97-
YUV50.95133.1103.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 67 (26.56% from 255) = 46.85%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=11.19%
G=46.85%
B=41.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1667600.7600.100.74171.7661.4516.27
Hex10433C4C0A4Aac3d10
Octal20103741140121122547520
Binary10000100001111110010011000101010010101010110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10433C; }

 p { color: rgb(16,67,60); }

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

<style>
 a { background-color: #10433C; }

 a { background-color: rgb(16,67,60); }

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

<style>
 span { border-color: #10433C; }

 span { border-color: rgb(16,67,60); }

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