#123730

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

Shades of Deep Teal #123730

Tints of Deep Teal #123730

Color information

#123730 (or 0x123730) is unknown color: approx Deep Teal. HEX triplet: 12, 37 and 30. RGB value is (18,55,48). Sum of RGB (Red+Green+Blue) = 18+55+48=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 55 (21.88% from 255 or 45.45% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 55 - color contains mainly: green. Hex color #123730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123730 is #EDC8CF. Grayscale: #2B2B2B. Windows color (decimal): -15583440 or 3159826. OLE color: 3159826.

HSL color Cylindrical-coordinate representation of color #123730: hue angle of 168.65º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123730 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB185548-
CMYK0.6700.130.78
HSL168.65º50.68%14.31%-
HSV(B)168.65º67.27%21.57%-
XYZ2.153.073.28-
YUV43.14130.74110.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 55 (21.88% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=14.88%
G=45.45%
B=39.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855480.6700.130.78168.6550.6814.31
Hex123730430D4Ea933e
Octal2267601030151162516316
Binary100101101111100001000011011011001110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123730; }

 p { color: rgb(18,55,48); }

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

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

 a { background-color: rgb(18,55,48); }

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

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

 span { border-color: rgb(18,55,48); }

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