Html Css Color HEX #10483A Deep Teal

📋 copy color: '#10483A'

red 16 ◦ green 72 ◦ blue 58

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

Shades of Deep Teal #10483A

Tints of Deep Teal #10483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

R = 10.96%
G = 49.32%
B = 39.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#10483A (or 0x10483A) is known color: Deep Teal. HEX triplet: 10, 48 and 3A. RGB value is (16,72,58). Sum of RGB (Red+Green+Blue) = 16+72+58=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #10483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483A is #EFB7C5. Grayscale: #353535. Windows color (decimal): -15710150 or 3819536. OLE color: 3819536.

HSL color Cylindrical-coordinate representation of color #10483A: hue angle of 165º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10483A is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 58 -
CMYK 0.78 0 0.19 0.72
HSL 165º 0.64% 0.17% -
HSV(B) 165º 0.78% 0.28% -
XYZ 3.29 5.05 4.8 -
YUV 53.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 16 72 58 0.78 0 0.19 0.72 165 0.64 0.17
Hex 10 48 3A 4E 0 13 48 A5 40 11
Octal 20 110 72 116 0 23 110 245 100 21
Binary 10000 1001000 111010 1001110 0 10011 1001000 10100101 1000000 10001

Color Harmonies of #10483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10483A

Black with #10483A

Text Example


Text Example

White with #10483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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