#123935

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

Shades of Deep Teal #123935

Tints of Deep Teal #123935

Color information

#123935 (or 0x123935) is unknown color: approx Deep Teal. HEX triplet: 12, 39 and 35. RGB value is (18,57,53). Sum of RGB (Red+Green+Blue) = 18+57+53=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 57 (22.66% from 255 or 44.53% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 57 - color contains mainly: green. Hex color #123935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123935 is #EDC6CA. Grayscale: #2C2C2C. Windows color (decimal): -15582923 or 3488018. OLE color: 3488018.

HSL color Cylindrical-coordinate representation of color #123935: hue angle of 173.85º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123935 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB185753-
CMYK0.6800.070.78
HSL173.85º52%14.71%-
HSV(B)173.85º68.42%22.35%-
XYZ2.363.313.88-
YUV44.88132.58108.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 57 (22.66% from 255) = 44.53%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=14.06%
G=44.53%
B=41.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857530.6800.070.78173.855214.71
Hex12393544074Eae34f
Octal227165104071162566417
Binary10010111001110101100010001111001110101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123935; }

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

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

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

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

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

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

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

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