#23525A

Color #23525A Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #23525A

Tints of Teal Blue #23525A

Color information

#23525A (or 0x23525A) is unknown color: approx Teal Blue. HEX triplet: 23, 52 and 5A. RGB value is (35,82,90). Sum of RGB (Red+Green+Blue) = 35+82+90=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #23525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23525A is #DCADA5. Grayscale: #444444. Windows color (decimal): -14462374 or 5919267. OLE color: 5919267.

HSL color Cylindrical-coordinate representation of color #23525A: hue angle of 188.73º 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 #23525A is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB358290-
CMYK0.610.0900.65
HSL188.73º44%24.51%-
HSV(B)188.73º61.11%35.29%-
XYZ5.567.1310.76-
YUV68.86139.93103.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=16.91%
G=39.61%
B=43.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3582900.610.0900.65188.734424.51
Hex23525A3D9041bd2c19
Octal43122132751101012755431
Binary100011101001010110101111011001010000011011110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #23525A;
 }
 .AnyTagClassName
 {
   color: #23525A;
 }
</style>
background-color css

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

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

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

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

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

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