#123835

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

Shades of Deep Teal #123835

Tints of Deep Teal #123835

Color information

#123835 (or 0x123835) is unknown color: approx Deep Teal. HEX triplet: 12, 38 and 35. RGB value is (18,56,53). Sum of RGB (Red+Green+Blue) = 18+56+53=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 56 (22.27% from 255 or 44.09% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 56 - color contains mainly: green. Hex color #123835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123835 is #EDC7CA. Grayscale: #2C2C2C. Windows color (decimal): -15583179 or 3487762. OLE color: 3487762.

HSL color Cylindrical-coordinate representation of color #123835: hue angle of 175.26º degrees, saturation: 0.51, 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 #123835 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB185653-
CMYK0.6800.050.78
HSL175.26º51.35%14.51%-
HSV(B)175.26º67.86%21.96%-
XYZ2.313.213.87-
YUV44.3132.91109.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 56 (22.27% from 255) = 44.09%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=14.17%
G=44.09%
B=41.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856530.6800.050.78175.2651.3514.51
Hex12383544054Eaf33f
Octal227065104051162576317
Binary10010111000110101100010001011001110101011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123835; }

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

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

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

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

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

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

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

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