Html Css Color HEX #12483D Deep Teal

📋 copy color: '#12483D'

red 18 ◦ green 72 ◦ blue 61

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

Shades of Deep Teal #12483D

Tints of Deep Teal #12483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.68%

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 11.92%
G = 47.68%
B = 40.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#12483D (or 0x12483D) is known color: Deep Teal. HEX triplet: 12, 48 and 3D. RGB value is (18,72,61). Sum of RGB (Red+Green+Blue) = 18+72+61=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #12483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12483D is #EDB7C2. Grayscale: #363636. Windows color (decimal): -15579075 or 4016146. OLE color: 4016146.

HSL color Cylindrical-coordinate representation of color #12483D: hue angle of 167.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12483D is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 61 -
CMYK 0.75 0 0.15 0.72
HSL 167.78º 0.6% 0.18% -
HSV(B) 167.78º 0.75% 0.28% -
XYZ 3.41 5.1 5.22 -
YUV 54.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 18 72 61 0.75 0 0.15 0.72 167.78 0.6 0.18
Hex 12 48 3D 4B 0 F 48 A8 3C 12
Octal 22 110 75 113 0 17 110 250 74 22
Binary 10010 1001000 111101 1001011 0 1111 1001000 10101000 111100 10010

Color Harmonies of #12483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12483D

Black with #12483D

Text Example


Text Example

White with #12483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12483D; }

 p { color: rgb(18,72,61); }

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

background-color css

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

 a { background-color: rgb(18,72,61); }

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

border-color css

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

 span { border-color: rgb(18,72,61); }

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