#235159

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

Shades of Teal Blue #235159

Tints of Teal Blue #235159

Color information

#235159 (or 0x235159) is unknown color: approx Teal Blue. HEX triplet: 23, 51 and 59. RGB value is (35,81,89). Sum of RGB (Red+Green+Blue) = 35+81+89=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #235159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235159 is #DCAEA6. Grayscale: #444444. Windows color (decimal): -14462631 or 5853475. OLE color: 5853475.

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

Color convert

RGB358189-
CMYK0.610.0900.65
HSL188.89º43.55%24.31%-
HSV(B)188.89º60.67%34.9%-
XYZ5.446.9610.51-
YUV68.16139.76104.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=17.07%
G=39.51%
B=43.41%

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
Decimal3581890.610.0900.65188.8943.5524.31
Hex2351593D9041bd2c18
Octal43121131751101012755430
Binary100011101000110110011111011001010000011011110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235159; }

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

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

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

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

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

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

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

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