#235258

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

Shades of Teal Blue #235258

Tints of Teal Blue #235258

Color information

#235258 (or 0x235258) is unknown color: approx Teal Blue. HEX triplet: 23, 52 and 58. RGB value is (35,82,88). Sum of RGB (Red+Green+Blue) = 35+82+88=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #235258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235258 is #DCADA7. Grayscale: #444444. Windows color (decimal): -14462376 or 5788195. OLE color: 5788195.

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

Color convert

RGB358288-
CMYK0.600.0700.65
HSL186.79º43.09%24.12%-
HSV(B)186.79º60.23%34.51%-
XYZ5.477.110.31-
YUV68.63138.93104.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.07%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=17.07%
G=40%
B=42.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3582880.600.0700.65186.7943.0924.12
Hex2352583C7041bb2b18
Octal4312213074701012735330
Binary10001110100101011000111100111010000011011101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235258; }

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

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

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

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

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

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

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

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