Html Css Color HEX #12433A Deep Teal

📋 copy color: '#12433A'

red 18 ◦ green 67 ◦ blue 58

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

Shades of Deep Teal #12433A

Tints of Deep Teal #12433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 40.56%

R = 12.59%
G = 46.85%
B = 40.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.74

RGB Variations

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

Color information

#12433A (or 0x12433A) is known color: Deep Teal. HEX triplet: 12, 43 and 3A. RGB value is (18,67,58). Sum of RGB (Red+Green+Blue) = 18+67+58=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 67 (26.56% from 255 or 46.85% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 67 - color contains mainly: green. Hex color #12433A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433A is #EDBCC5. Grayscale: #333333. Windows color (decimal): -15580358 or 3818258. OLE color: 3818258.

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

Color convert

RGB 18 67 58 -
CMYK 0.73 0 0.13 0.74
HSL 168.98º 0.58% 0.17% -
HSV(B) 168.98º 0.73% 0.26% -
XYZ 3.02 4.45 4.7 -
YUV 51.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 18 67 58 0.73 0 0.13 0.74 168.98 0.58 0.17
Hex 12 43 3A 49 0 D 4A A9 3A 11
Octal 22 103 72 111 0 15 112 251 72 21
Binary 10010 1000011 111010 1001001 0 1101 1001010 10101001 111010 10001

Color Harmonies of #12433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12433A

Black with #12433A

Text Example


Text Example

White with #12433A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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