Html Css Color HEX #12392F Deep Teal

📋 copy color: '#12392F'

red 18 ◦ green 57 ◦ blue 47

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

Shades of Deep Teal #12392F

Tints of Deep Teal #12392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.72%

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 14.75%
G = 46.72%
B = 38.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#12392F (or 0x12392F) is known color: Deep Teal. HEX triplet: 12, 39 and 2F. RGB value is (18,57,47). Sum of RGB (Red+Green+Blue) = 18+57+47=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 57 - color contains mainly: green. Hex color #12392F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392F is #EDC6D0. Grayscale: #2C2C2C. Windows color (decimal): -15582929 or 3094802. OLE color: 3094802.

HSL color Cylindrical-coordinate representation of color #12392F: hue angle of 164.62º degrees, saturation: 0.52, 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 #12392F is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 57 47 -
CMYK 0.68 0 0.18 0.78
HSL 164.62º 0.52% 0.15% -
HSV(B) 164.62º 0.68% 0.22% -
XYZ 2.23 3.26 3.2 -
YUV 44.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 18 57 47 0.68 0 0.18 0.78 164.62 0.52 0.15
Hex 12 39 2F 44 0 12 4E A5 34 F
Octal 22 71 57 104 0 22 116 245 64 17
Binary 10010 111001 101111 1000100 0 10010 1001110 10100101 110100 1111

Color Harmonies of #12392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12392F

Black with #12392F

Text Example


Text Example

White with #12392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12392F; }

 p { color: rgb(18,57,47); }

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

background-color css

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

 a { background-color: rgb(18,57,47); }

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

border-color css

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

 span { border-color: rgb(18,57,47); }

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