Html Css Color HEX #10403B Deep Teal

📋 copy color: '#10403B'

red 16 ◦ green 64 ◦ blue 59

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

Shades of Deep Teal #10403B

Tints of Deep Teal #10403B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 59 (23.44% from 255) = 42.45%

R = 11.51%
G = 46.04%
B = 42.45%

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

#10403B (or 0x10403B) is known color: Deep Teal. HEX triplet: 10, 40 and 3B. RGB value is (16,64,59). Sum of RGB (Red+Green+Blue) = 16+64+59=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #10403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10403B is #EFBFC4. Grayscale: #313131. Windows color (decimal): -15712197 or 3883024. OLE color: 3883024.

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

Color convert

RGB 16 64 59 -
CMYK 0.75 0 0.08 0.75
HSL 173.75º 0.6% 0.16% -
HSV(B) 173.75º 0.75% 0.25% -
XYZ 2.84 4.09 4.78 -
YUV 49.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 16 64 59 0.75 0 0.08 0.75 173.75 0.6 0.16
Hex 10 40 3B 4B 0 8 4B AE 3C 10
Octal 20 100 73 113 0 10 113 256 74 20
Binary 10000 1000000 111011 1001011 0 1000 1001011 10101110 111100 10000

Color Harmonies of #10403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10403B

Black with #10403B

Text Example


Text Example

White with #10403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10403B; }

 p { color: rgb(16,64,59); }

 H1.HeaderClassName
 {
   color: #10403B;
 }
 .AnyTagClassName
 {
   color: #10403B;
 }
</style>

background-color css

<style>
 a { background-color: #10403B; }

 a { background-color: rgb(16,64,59); }

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

border-color css

<style>
 span { border-color: #10403B; }

 span { border-color: rgb(16,64,59); }

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