#123E36

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

Shades of Deep Teal #123E36

Tints of Deep Teal #123E36

Color information

#123E36 (or 0x123E36) is unknown color: approx Deep Teal. HEX triplet: 12, 3E and 36. RGB value is (18,62,54). Sum of RGB (Red+Green+Blue) = 18+62+54=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 62 (24.61% from 255 or 46.27% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 62 - color contains mainly: green. Hex color #123E36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E36 is #EDC1C9. Grayscale: #2F2F2F. Windows color (decimal): -15581642 or 3554834. OLE color: 3554834.

HSL color Cylindrical-coordinate representation of color #123E36: hue angle of 169.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E36 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB186254-
CMYK0.7100.130.76
HSL169.09º55%15.69%-
HSV(B)169.09º70.97%24.31%-
XYZ2.643.844.09-
YUV47.93131.42106.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 62 (24.61% from 255) = 46.27%
BLUE value IS 54 (21.48% from 255) = 40.30%
R=13.43%
G=46.27%
B=40.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862540.7100.130.76169.095515.69
Hex123E36470D4Ca93710
Octal2276661070151142516720
Binary1001011111011011010001110110110011001010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,62,54); }

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

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

 a { background-color: rgb(18,62,54); }

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

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

 span { border-color: rgb(18,62,54); }

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