Html Css Color HEX #12423D Deep Teal

📋 copy color: '#12423D'

red 18 ◦ green 66 ◦ blue 61

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

Shades of Deep Teal #12423D

Tints of Deep Teal #12423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.52%

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

R = 12.41%
G = 45.52%
B = 42.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#12423D (or 0x12423D) is known color: Deep Teal. HEX triplet: 12, 42 and 3D. RGB value is (18,66,61). Sum of RGB (Red+Green+Blue) = 18+66+61=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #12423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423D is #EDBDC2. Grayscale: #333333. Windows color (decimal): -15580611 or 4014610. OLE color: 4014610.

HSL color Cylindrical-coordinate representation of color #12423D: hue angle of 173.75º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423D is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 66 61 -
CMYK 0.73 0 0.08 0.74
HSL 173.75º 0.57% 0.16% -
HSV(B) 173.75º 0.73% 0.26% -
XYZ 3.04 4.36 5.1 -
YUV 51.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 18 66 61 0.73 0 0.08 0.74 173.75 0.57 0.16
Hex 12 42 3D 49 0 8 4A AE 39 10
Octal 22 102 75 111 0 10 112 256 71 20
Binary 10010 1000010 111101 1001001 0 1000 1001010 10101110 111001 10000

Color Harmonies of #12423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12423D

Black with #12423D

Text Example


Text Example

White with #12423D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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