Html Css Color HEX #123532 Deep Teal

📋 copy color: '#123532'

red 18 ◦ green 53 ◦ blue 50

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

Shades of Deep Teal #123532

Tints of Deep Teal #123532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 41.32%

R = 14.88%
G = 43.8%
B = 41.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#123532 (or 0x123532) is known color: Deep Teal. HEX triplet: 12, 35 and 32. RGB value is (18,53,50). Sum of RGB (Red+Green+Blue) = 18+53+50=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #123532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123532 is #EDCACD. Grayscale: #2A2A2A. Windows color (decimal): -15583950 or 3290386. OLE color: 3290386.

HSL color Cylindrical-coordinate representation of color #123532: hue angle of 174.86º 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 #123532 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 50 -
CMYK 0.66 0 0.06 0.79
HSL 174.86º 0.49% 0.14% -
HSV(B) 174.86º 0.66% 0.21% -
XYZ 2.1 2.91 3.47 -
YUV 42.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 18 53 50 0.66 0 0.06 0.79 174.86 0.49 0.14
Hex 12 35 32 42 0 6 4F AF 31 E
Octal 22 65 62 102 0 6 117 257 61 16
Binary 10010 110101 110010 1000010 0 110 1001111 10101111 110001 1110

Color Harmonies of #123532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123532

Black with #123532

Text Example


Text Example

White with #123532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123532; }

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

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

background-color css

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

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

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

border-color css

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

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

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