Html Css Color HEX #23423B Deep Teal

📋 copy color: '#23423B'

red 35 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #23423B

Tints of Deep Teal #23423B

RGB

 RED value IS 35 (14.06% from 255) = 21.88%

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

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

R = 21.88%
G = 41.25%
B = 36.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#23423B (or 0x23423B) is known color: Deep Teal. HEX triplet: 23, 42 and 3B. RGB value is (35,66,59). Sum of RGB (Red+Green+Blue) = 35+66+59=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #23423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23423B is #DCBDC4. Grayscale: #373737. Windows color (decimal): -14466501 or 3883555. OLE color: 3883555.

HSL color Cylindrical-coordinate representation of color #23423B: hue angle of 166.45º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #23423B is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 66 59 -
CMYK 0.47 0 0.11 0.74
HSL 166.45º 0.31% 0.2% -
HSV(B) 166.45º 0.47% 0.26% -
XYZ 3.43 4.57 4.84 -
YUV 55.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 35 66 59 0.47 0 0.11 0.74 166.45 0.31 0.2
Hex 23 42 3B 2F 0 B 4A A6 1F 14
Octal 43 102 73 57 0 13 112 246 37 24
Binary 100011 1000010 111011 101111 0 1011 1001010 10100110 11111 10100

Color Harmonies of #23423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23423B

Black with #23423B

Text Example


Text Example

White with #23423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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