#123D35

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

Shades of Deep Teal #123D35

Tints of Deep Teal #123D35

Color information

#123D35 (or 0x123D35) is unknown color: approx Deep Teal. HEX triplet: 12, 3D and 35. RGB value is (18,61,53). Sum of RGB (Red+Green+Blue) = 18+61+53=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #123D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D35 is #EDC2CA. Grayscale: #2F2F2F. Windows color (decimal): -15581899 or 3489042. OLE color: 3489042.

HSL color Cylindrical-coordinate representation of color #123D35: hue angle of 168.84º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D35 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB186153-
CMYK0.7000.130.76
HSL168.84º54.43%15.49%-
HSV(B)168.84º70.49%23.92%-
XYZ2.563.723.95-
YUV47.23131.25107.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 61 (24.22% from 255) = 46.21%
BLUE value IS 53 (21.09% from 255) = 40.15%
R=13.64%
G=46.21%
B=40.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861530.7000.130.76168.8454.4315.49
Hex123D35460D4Ca936f
Octal2275651060151142516617
Binary100101111011101011000110011011001100101010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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