Html Css Color HEX #10413A Deep Teal

📋 copy color: '#10413A'

red 16 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #10413A

Tints of Deep Teal #10413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

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

R = 11.51%
G = 46.76%
B = 41.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#10413A (or 0x10413A) is known color: Deep Teal. HEX triplet: 10, 41 and 3A. RGB value is (16,65,58). Sum of RGB (Red+Green+Blue) = 16+65+58=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #10413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413A is #EFBEC5. Grayscale: #313131. Windows color (decimal): -15711942 or 3817744. OLE color: 3817744.

HSL color Cylindrical-coordinate representation of color #10413A: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #10413A is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 58 -
CMYK 0.75 0 0.11 0.75
HSL 171.43º 0.6% 0.16% -
HSV(B) 171.43º 0.75% 0.25% -
XYZ 2.87 4.2 4.66 -
YUV 49.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 16 65 58 0.75 0 0.11 0.75 171.43 0.6 0.16
Hex 10 41 3A 4B 0 B 4B AB 3C 10
Octal 20 101 72 113 0 13 113 253 74 20
Binary 10000 1000001 111010 1001011 0 1011 1001011 10101011 111100 10000

Color Harmonies of #10413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10413A

Black with #10413A

Text Example


Text Example

White with #10413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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