Html Css Color HEX #123732 Deep Teal

📋 copy color: '#123732'

red 18 ◦ green 55 ◦ blue 50

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

Shades of Deep Teal #123732

Tints of Deep Teal #123732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.72%

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

R = 14.63%
G = 44.72%
B = 40.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#123732 (or 0x123732) is known color: Deep Teal. HEX triplet: 12, 37 and 32. RGB value is (18,55,50). Sum of RGB (Red+Green+Blue) = 18+55+50=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #123732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123732 is #EDC8CD. Grayscale: #2B2B2B. Windows color (decimal): -15583438 or 3290898. OLE color: 3290898.

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

Color convert

RGB 18 55 50 -
CMYK 0.67 0 0.09 0.78
HSL 171.89º 0.51% 0.14% -
HSV(B) 171.89º 0.67% 0.22% -
XYZ 2.19 3.09 3.5 -
YUV 43.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 18 55 50 0.67 0 0.09 0.78 171.89 0.51 0.14
Hex 12 37 32 43 0 9 4E AC 33 E
Octal 22 67 62 103 0 11 116 254 63 16
Binary 10010 110111 110010 1000011 0 1001 1001110 10101100 110011 1110

Color Harmonies of #123732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123732

Black with #123732

Text Example


Text Example

White with #123732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123732; }

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

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

background-color css

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

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

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

border-color css

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

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

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