Html Css Color HEX #23575F Teal Blue

📋 copy color: '#23575F'

red 35 ◦ green 87 ◦ blue 95

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

Shades of Teal Blue #23575F

Tints of Teal Blue #23575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

 BLUE value IS 95 (37.5% from 255) = 43.78%

R = 16.13%
G = 40.09%
B = 43.78%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23575F (or 0x23575F) is known color: Teal Blue. HEX triplet: 23, 57 and 5F. RGB value is (35,87,95). Sum of RGB (Red+Green+Blue) = 35+87+95=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #23575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23575F is #DCA8A0. Grayscale: #484848. Windows color (decimal): -14461089 or 6248227. OLE color: 6248227.

HSL color Cylindrical-coordinate representation of color #23575F: hue angle of 188º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23575F is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 87 95 -
CMYK 0.63 0.08 0 0.63
HSL 188º 0.46% 0.25% -
HSV(B) 188º 0.63% 0.37% -
XYZ 6.17 8 12.05 -
YUV 72.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 35 87 95 0.63 0.08 0 0.63 188 0.46 0.25
Hex 23 57 5F 3F 8 0 3F BC 2E 19
Octal 43 127 137 77 10 0 77 274 56 31
Binary 100011 1010111 1011111 111111 1000 0 111111 10111100 101110 11001

Color Harmonies of #23575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23575F

Black with #23575F

Text Example


Text Example

White with #23575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23575F; }

 p { color: rgb(35,87,95); }

 H1.HeaderClassName
 {
   color: #23575F;
 }
 .AnyTagClassName
 {
   color: #23575F;
 }
</style>

background-color css

<style>
 a { background-color: #23575F; }

 a { background-color: rgb(35,87,95); }

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

border-color css

<style>
 span { border-color: #23575F; }

 span { border-color: rgb(35,87,95); }

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