Html Css Color HEX #10443A Deep Teal

📋 copy color: '#10443A'

red 16 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #10443A

Tints of Deep Teal #10443A

RGB

 RED value IS 16 (6.64% from 255) = 11.27%

 GREEN value IS 68 (26.95% from 255) = 47.89%

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

R = 11.27%
G = 47.89%
B = 40.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#10443A (or 0x10443A) is known color: Deep Teal. HEX triplet: 10, 44 and 3A. RGB value is (16,68,58). Sum of RGB (Red+Green+Blue) = 16+68+58=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #10443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10443A is #EFBBC5. Grayscale: #333333. Windows color (decimal): -15711174 or 3818512. OLE color: 3818512.

HSL color Cylindrical-coordinate representation of color #10443A: hue angle of 168.46º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10443A is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 68 58 -
CMYK 0.76 0 0.15 0.73
HSL 168.46º 0.62% 0.16% -
HSV(B) 168.46º 0.76% 0.27% -
XYZ 3.04 4.55 4.72 -
YUV 51.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 16 68 58 0.76 0 0.15 0.73 168.46 0.62 0.16
Hex 10 44 3A 4C 0 F 49 A8 3E 10
Octal 20 104 72 114 0 17 111 250 76 20
Binary 10000 1000100 111010 1001100 0 1111 1001001 10101000 111110 10000

Color Harmonies of #10443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10443A

Black with #10443A

Text Example


Text Example

White with #10443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,68,58); }

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

background-color css

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

 a { background-color: rgb(16,68,58); }

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

border-color css

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

 span { border-color: rgb(16,68,58); }

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