Html Css Color HEX #123831 Deep Teal

📋 copy color: '#123831'

red 18 ◦ green 56 ◦ blue 49

#123831
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #123831

Tints of Deep Teal #123831

RGB

 RED value IS 18 (7.42% from 255) = 14.63%

 GREEN value IS 56 (22.27% from 255) = 45.53%

 BLUE value IS 49 (19.53% from 255) = 39.84%

R = 14.63%
G = 45.53%
B = 39.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#123831 (or 0x123831) is known color: Deep Teal. HEX triplet: 12, 38 and 31. RGB value is (18,56,49). Sum of RGB (Red+Green+Blue) = 18+56+49=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #123831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123831 is #EDC7CE. Grayscale: #2B2B2B. Windows color (decimal): -15583183 or 3225618. OLE color: 3225618.

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

Color convert

RGB 18 56 49 -
CMYK 0.68 0 0.12 0.78
HSL 168.95º 0.51% 0.15% -
HSV(B) 168.95º 0.68% 0.22% -
XYZ 2.22 3.18 3.4 -
YUV 43.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 18 56 49 0.68 0 0.12 0.78 168.95 0.51 0.15
Hex 12 38 31 44 0 C 4E A9 33 F
Octal 22 70 61 104 0 14 116 251 63 17
Binary 10010 111000 110001 1000100 0 1100 1001110 10101001 110011 1111

Color Harmonies of #123831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123831

Black with #123831

Text Example


Text Example

White with #123831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123831; }

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

 H1.HeaderClassName
 {
   color: #123831;
 }
 .AnyTagClassName
 {
   color: #123831;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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