#123A35

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

Shades of Deep Teal #123A35

Tints of Deep Teal #123A35

Color information

#123A35 (or 0x123A35) is unknown color: approx Deep Teal. HEX triplet: 12, 3A and 35. RGB value is (18,58,53). Sum of RGB (Red+Green+Blue) = 18+58+53=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 58 - color contains mainly: green. Hex color #123A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A35 is #EDC5CA. Grayscale: #2D2D2D. Windows color (decimal): -15582667 or 3488274. OLE color: 3488274.

HSL color Cylindrical-coordinate representation of color #123A35: hue angle of 172.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A35 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB185853-
CMYK0.6900.090.77
HSL172.5º52.63%14.9%-
HSV(B)172.5º68.97%22.75%-
XYZ2.413.413.9-
YUV45.47132.25108.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 58 (23.05% from 255) = 44.96%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=13.95%
G=44.96%
B=41.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1858530.6900.090.77172.552.6314.9
Hex123A3545094Dac35f
Octal2272651050111152546517
Binary100101110101101011000101010011001101101011001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123A35; }

 p { color: rgb(18,58,53); }

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

<style>
 a { background-color: #123A35; }

 a { background-color: rgb(18,58,53); }

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

<style>
 span { border-color: #123A35; }

 span { border-color: rgb(18,58,53); }

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