Html Css Color HEX #123531 Deep Teal

📋 copy color: '#123531'

red 18 ◦ green 53 ◦ blue 49

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

Shades of Deep Teal #123531

Tints of Deep Teal #123531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.17%

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

R = 15%
G = 44.17%
B = 40.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#123531 (or 0x123531) is known color: Deep Teal. HEX triplet: 12, 35 and 31. RGB value is (18,53,49). Sum of RGB (Red+Green+Blue) = 18+53+49=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #123531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123531 is #EDCACE. Grayscale: #2A2A2A. Windows color (decimal): -15583951 or 3224850. OLE color: 3224850.

HSL color Cylindrical-coordinate representation of color #123531: hue angle of 173.14º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123531 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 49 -
CMYK 0.66 0 0.08 0.79
HSL 173.14º 0.49% 0.14% -
HSV(B) 173.14º 0.66% 0.21% -
XYZ 2.08 2.9 3.36 -
YUV 42.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 18 53 49 0.66 0 0.08 0.79 173.14 0.49 0.14
Hex 12 35 31 42 0 8 4F AD 31 E
Octal 22 65 61 102 0 10 117 255 61 16
Binary 10010 110101 110001 1000010 0 1000 1001111 10101101 110001 1110

Color Harmonies of #123531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123531

Black with #123531

Text Example


Text Example

White with #123531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123531; }

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

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

background-color css

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

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

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

border-color css

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

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

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