Html Css Color HEX #10423A Deep Teal

📋 copy color: '#10423A'

red 16 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #10423A

Tints of Deep Teal #10423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

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

R = 11.43%
G = 47.14%
B = 41.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#10423A (or 0x10423A) is known color: Deep Teal. HEX triplet: 10, 42 and 3A. RGB value is (16,66,58). Sum of RGB (Red+Green+Blue) = 16+66+58=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #10423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10423A is #EFBDC5. Grayscale: #323232. Windows color (decimal): -15711686 or 3818000. OLE color: 3818000.

HSL color Cylindrical-coordinate representation of color #10423A: hue angle of 170.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10423A is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 58 -
CMYK 0.76 0 0.12 0.74
HSL 170.4º 0.61% 0.16% -
HSV(B) 170.4º 0.76% 0.26% -
XYZ 2.93 4.31 4.68 -
YUV 50.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 16 66 58 0.76 0 0.12 0.74 170.4 0.61 0.16
Hex 10 42 3A 4C 0 C 4A AA 3D 10
Octal 20 102 72 114 0 14 112 252 75 20
Binary 10000 1000010 111010 1001100 0 1100 1001010 10101010 111101 10000

Color Harmonies of #10423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10423A

Black with #10423A

Text Example


Text Example

White with #10423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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