#123830

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

Shades of Deep Teal #123830

Tints of Deep Teal #123830

Color information

#123830 (or 0x123830) is unknown color: approx Deep Teal. HEX triplet: 12, 38 and 30. RGB value is (18,56,48). Sum of RGB (Red+Green+Blue) = 18+56+48=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #123830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123830 is #EDC7CF. Grayscale: #2B2B2B. Windows color (decimal): -15583184 or 3160082. OLE color: 3160082.

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

Color convert

RGB185648-
CMYK0.6800.140.78
HSL167.37º51.35%14.51%-
HSV(B)167.37º67.86%21.96%-
XYZ2.23.173.29-
YUV43.73130.41109.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 56 (22.27% from 255) = 45.90%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=14.75%
G=45.90%
B=39.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856480.6800.140.78167.3751.3514.51
Hex123830440E4Ea733f
Octal2270601040161162476317
Binary100101110001100001000100011101001110101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123830; }

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

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

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

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

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

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

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

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