Html Css Color HEX #10423B Deep Teal

📋 copy color: '#10423B'

red 16 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #10423B

Tints of Deep Teal #10423B

RGB

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

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

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

R = 11.35%
G = 46.81%
B = 41.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#10423B (or 0x10423B) is known color: Deep Teal. HEX triplet: 10, 42 and 3B. RGB value is (16,66,59). Sum of RGB (Red+Green+Blue) = 16+66+59=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #10423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10423B is #EFBDC4. Grayscale: #323232. Windows color (decimal): -15711685 or 3883536. OLE color: 3883536.

HSL color Cylindrical-coordinate representation of color #10423B: hue angle of 171.6º 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 #10423B is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 59 -
CMYK 0.76 0 0.11 0.74
HSL 171.6º 0.61% 0.16% -
HSV(B) 171.6º 0.76% 0.26% -
XYZ 2.95 4.32 4.82 -
YUV 50.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 16 66 59 0.76 0 0.11 0.74 171.6 0.61 0.16
Hex 10 42 3B 4C 0 B 4A AC 3D 10
Octal 20 102 73 114 0 13 112 254 75 20
Binary 10000 1000010 111011 1001100 0 1011 1001010 10101100 111101 10000

Color Harmonies of #10423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10423B

Black with #10423B

Text Example


Text Example

White with #10423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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