#235157

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

Shades of Teal Blue #235157

Tints of Teal Blue #235157

Color information

#235157 (or 0x235157) is unknown color: approx Teal Blue. HEX triplet: 23, 51 and 57. RGB value is (35,81,87). Sum of RGB (Red+Green+Blue) = 35+81+87=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #235157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235157 is #DCAEA8. Grayscale: #434343. Windows color (decimal): -14462633 or 5722403. OLE color: 5722403.

HSL color Cylindrical-coordinate representation of color #235157: hue angle of 186.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #235157 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB358187-
CMYK0.600.0700.66
HSL186.92º42.62%23.92%-
HSV(B)186.92º59.77%34.12%-
XYZ5.366.9310.07-
YUV67.93138.76104.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=17.24%
G=39.90%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3581870.600.0700.66186.9242.6223.92
Hex2351573C7042bb2b18
Octal4312112774701022735330
Binary10001110100011010111111100111010000101011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235157; }

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

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

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

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

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

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

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

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