Html Css Color HEX #12503F Deep Teal

📋 copy color: '#12503F'

red 18 ◦ green 80 ◦ blue 63

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

Shades of Deep Teal #12503F

Tints of Deep Teal #12503F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 49.69%

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

R = 11.18%
G = 49.69%
B = 39.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#12503F (or 0x12503F) is known color: Deep Teal. HEX triplet: 12, 50 and 3F. RGB value is (18,80,63). Sum of RGB (Red+Green+Blue) = 18+80+63=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #12503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12503F is #EDAFC0. Grayscale: #3B3B3B. Windows color (decimal): -15577025 or 4149266. OLE color: 4149266.

HSL color Cylindrical-coordinate representation of color #12503F: hue angle of 163.55º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12503F is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 63 -
CMYK 0.78 0 0.21 0.69
HSL 163.55º 0.63% 0.19% -
HSV(B) 163.55º 0.78% 0.31% -
XYZ 4.02 6.22 5.69 -
YUV 59.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 18 80 63 0.78 0 0.21 0.69 163.55 0.63 0.19
Hex 12 50 3F 4E 0 15 45 A4 3F 13
Octal 22 120 77 116 0 25 105 244 77 23
Binary 10010 1010000 111111 1001110 0 10101 1000101 10100100 111111 10011

Color Harmonies of #12503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12503F

Black with #12503F

Text Example


Text Example

White with #12503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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