Html Css Color HEX #10413C Deep Teal

📋 copy color: '#10413C'

red 16 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #10413C

Tints of Deep Teal #10413C

RGB

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

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

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

R = 11.35%
G = 46.1%
B = 42.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#10413C (or 0x10413C) is known color: Deep Teal. HEX triplet: 10, 41 and 3C. RGB value is (16,65,60). Sum of RGB (Red+Green+Blue) = 16+65+60=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #10413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10413C is #EFBEC3. Grayscale: #313131. Windows color (decimal): -15711940 or 3948816. OLE color: 3948816.

HSL color Cylindrical-coordinate representation of color #10413C: hue angle of 173.88º 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 #10413C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 65 60 -
CMYK 0.75 0 0.08 0.75
HSL 173.88º 0.6% 0.16% -
HSV(B) 173.88º 0.75% 0.25% -
XYZ 2.92 4.22 4.94 -
YUV 49.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 16 65 60 0.75 0 0.08 0.75 173.88 0.6 0.16
Hex 10 41 3C 4B 0 8 4B AE 3C 10
Octal 20 101 74 113 0 10 113 256 74 20
Binary 10000 1000001 111100 1001011 0 1000 1001011 10101110 111100 10000

Color Harmonies of #10413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10413C

Black with #10413C

Text Example


Text Example

White with #10413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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