Html Css Color HEX #23515A Teal Blue

📋 copy color: '#23515A'

red 35 ◦ green 81 ◦ blue 90

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

Shades of Teal Blue #23515A

Tints of Teal Blue #23515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 16.99%
G = 39.32%
B = 43.69%

CMYK

 C value IS 0.61

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23515A (or 0x23515A) is known color: Teal Blue. HEX triplet: 23, 51 and 5A. RGB value is (35,81,90). Sum of RGB (Red+Green+Blue) = 35+81+90=206 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.99% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #23515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23515A is #DCAEA5. Grayscale: #444444. Windows color (decimal): -14462630 or 5919011. OLE color: 5919011.

HSL color Cylindrical-coordinate representation of color #23515A: hue angle of 189.82º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23515A is Cyan = 0.61, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 81 90 -
CMYK 0.61 0.1 0 0.65
HSL 189.82º 0.44% 0.25% -
HSV(B) 189.82º 0.61% 0.35% -
XYZ 5.48 6.98 10.73 -
YUV 68.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 35 81 90 0.61 0.1 0 0.65 189.82 0.44 0.25
Hex 23 51 5A 3D A 0 41 BE 2C 19
Octal 43 121 132 75 12 0 101 276 54 31
Binary 100011 1010001 1011010 111101 1010 0 1000001 10111110 101100 11001

Color Harmonies of #23515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23515A

Black with #23515A

Text Example


Text Example

White with #23515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,81,90); }

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

background-color css

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

 a { background-color: rgb(35,81,90); }

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

border-color css

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

 span { border-color: rgb(35,81,90); }

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