Html Css Color HEX #12433C Deep Teal

📋 copy color: '#12433C'

red 18 ◦ green 67 ◦ blue 60

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

Shades of Deep Teal #12433C

Tints of Deep Teal #12433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

 BLUE value IS 60 (23.83% from 255) = 41.38%

R = 12.41%
G = 46.21%
B = 41.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.74

RGB Variations

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

Color information

#12433C (or 0x12433C) is known color: Deep Teal. HEX triplet: 12, 43 and 3C. RGB value is (18,67,60). Sum of RGB (Red+Green+Blue) = 18+67+60=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #12433C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433C is #EDBCC3. Grayscale: #333333. Windows color (decimal): -15580356 or 3949330. OLE color: 3949330.

HSL color Cylindrical-coordinate representation of color #12433C: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12433C is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 60 -
CMYK 0.73 0 0.10 0.74
HSL 171.43º 0.58% 0.17% -
HSV(B) 171.43º 0.73% 0.26% -
XYZ 3.07 4.47 4.98 -
YUV 51.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 18 67 60 0.73 0 0.10 0.74 171.43 0.58 0.17
Hex 12 43 3C 49 0 A 4A AB 3A 11
Octal 22 103 74 111 0 12 112 253 72 21
Binary 10010 1000011 111100 1001001 0 1010 1001010 10101011 111010 10001

Color Harmonies of #12433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12433C

Black with #12433C

Text Example


Text Example

White with #12433C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12433C; }

 p { color: rgb(18,67,60); }

 H1.HeaderClassName
 {
   color: #12433C;
 }
 .AnyTagClassName
 {
   color: #12433C;
 }
</style>

background-color css

<style>
 a { background-color: #12433C; }

 a { background-color: rgb(18,67,60); }

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

border-color css

<style>
 span { border-color: #12433C; }

 span { border-color: rgb(18,67,60); }

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