#123F36

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

Shades of Deep Teal #123F36

Tints of Deep Teal #123F36

Color information

#123F36 (or 0x123F36) is unknown color: approx Deep Teal. HEX triplet: 12, 3F and 36. RGB value is (18,63,54). Sum of RGB (Red+Green+Blue) = 18+63+54=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #123F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F36 is #EDC0C9. Grayscale: #303030. Windows color (decimal): -15581386 or 3555090. OLE color: 3555090.

HSL color Cylindrical-coordinate representation of color #123F36: hue angle of 168º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F36 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB186354-
CMYK0.7100.140.75
HSL168º55.56%15.88%-
HSV(B)168º71.43%24.71%-
XYZ2.693.954.11-
YUV48.52131.09106.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 54 (21.48% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863540.7100.140.7516855.5615.88
Hex123F36470E4Ba83810
Octal2277661070161132507020
Binary1001011111111011010001110111010010111010100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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