Html Css Color HEX #10483C Deep Teal

📋 copy color: '#10483C'

red 16 ◦ green 72 ◦ blue 60

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

Shades of Deep Teal #10483C

Tints of Deep Teal #10483C

RGB

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

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

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

R = 10.81%
G = 48.65%
B = 40.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#10483C (or 0x10483C) is known color: Deep Teal. HEX triplet: 10, 48 and 3C. RGB value is (16,72,60). Sum of RGB (Red+Green+Blue) = 16+72+60=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #10483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10483C is #EFB7C3. Grayscale: #353535. Windows color (decimal): -15710148 or 3950608. OLE color: 3950608.

HSL color Cylindrical-coordinate representation of color #10483C: hue angle of 167.14º 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 #10483C is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 72 60 -
CMYK 0.78 0 0.17 0.72
HSL 167.14º 0.64% 0.17% -
HSV(B) 167.14º 0.78% 0.28% -
XYZ 3.35 5.07 5.08 -
YUV 53.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 16 72 60 0.78 0 0.17 0.72 167.14 0.64 0.17
Hex 10 48 3C 4E 0 11 48 A7 40 11
Octal 20 110 74 116 0 21 110 247 100 21
Binary 10000 1001000 111100 1001110 0 10001 1001000 10100111 1000000 10001

Color Harmonies of #10483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10483C

Black with #10483C

Text Example


Text Example

White with #10483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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