Html Css Color HEX #12523F Deep Teal

📋 copy color: '#12523F'

red 18 ◦ green 82 ◦ blue 63

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

Shades of Deep Teal #12523F

Tints of Deep Teal #12523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.31%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 11.04%
G = 50.31%
B = 38.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#12523F (or 0x12523F) is known color: Deep Teal. HEX triplet: 12, 52 and 3F. RGB value is (18,82,63). Sum of RGB (Red+Green+Blue) = 18+82+63=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #12523F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12523F is #EDADC0. Grayscale: #3C3C3C. Windows color (decimal): -15576513 or 4149778. OLE color: 4149778.

HSL color Cylindrical-coordinate representation of color #12523F: hue angle of 162.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12523F is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 63 -
CMYK 0.78 0 0.23 0.68
HSL 162.19º 0.64% 0.2% -
HSV(B) 162.19º 0.78% 0.32% -
XYZ 4.16 6.52 5.74 -
YUV 60.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 18 82 63 0.78 0 0.23 0.68 162.19 0.64 0.2
Hex 12 52 3F 4E 0 17 44 A2 40 14
Octal 22 122 77 116 0 27 104 242 100 24
Binary 10010 1010010 111111 1001110 0 10111 1000100 10100010 1000000 10100

Color Harmonies of #12523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12523F

Black with #12523F

Text Example


Text Example

White with #12523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,82,63); }

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

background-color css

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

 a { background-color: rgb(18,82,63); }

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

border-color css

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

 span { border-color: rgb(18,82,63); }

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