Html Css Color HEX #12433B Deep Teal

📋 copy color: '#12433B'

red 18 ◦ green 67 ◦ blue 59

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

Shades of Deep Teal #12433B

Tints of Deep Teal #12433B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 12.5%
G = 46.53%
B = 40.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#12433B (or 0x12433B) is known color: Deep Teal. HEX triplet: 12, 43 and 3B. RGB value is (18,67,59). Sum of RGB (Red+Green+Blue) = 18+67+59=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 67 - color contains mainly: green. Hex color #12433B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433B is #EDBCC4. Grayscale: #333333. Windows color (decimal): -15580357 or 3883794. OLE color: 3883794.

HSL color Cylindrical-coordinate representation of color #12433B: hue angle of 170.2º 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 #12433B is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 18 67 59 -
CMYK 0.73 0 0.12 0.74
HSL 170.2º 0.58% 0.17% -
HSV(B) 170.2º 0.73% 0.26% -
XYZ 3.05 4.46 4.84 -
YUV 51.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 18 67 59 0.73 0 0.12 0.74 170.2 0.58 0.17
Hex 12 43 3B 49 0 C 4A AA 3A 11
Octal 22 103 73 111 0 14 112 252 72 21
Binary 10010 1000011 111011 1001001 0 1100 1001010 10101010 111010 10001

Color Harmonies of #12433B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12433B

Black with #12433B

Text Example


Text Example

White with #12433B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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