#235056

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

Shades of Teal Blue #235056

Tints of Teal Blue #235056

Color information

#235056 (or 0x235056) is unknown color: approx Teal Blue. HEX triplet: 23, 50 and 56. RGB value is (35,80,86). Sum of RGB (Red+Green+Blue) = 35+80+86=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 86 - color contains mainly: blue. Hex color #235056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235056 is #DCAFA9. Grayscale: #434343. Windows color (decimal): -14462890 or 5656611. OLE color: 5656611.

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

Color convert

RGB358086-
CMYK0.590.0700.66
HSL187.06º42.15%23.73%-
HSV(B)187.06º59.3%33.73%-
XYZ5.246.779.83-
YUV67.23138.59105.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 86 (33.98% from 255) = 42.79%
R=17.41%
G=39.80%
B=42.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3580860.590.0700.66187.0642.1523.73
Hex2350563B7042bb2a18
Octal4312012673701022735230
Binary10001110100001010110111011111010000101011101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235056; }

 p { color: rgb(35,80,86); }

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

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

 a { background-color: rgb(35,80,86); }

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

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

 span { border-color: rgb(35,80,86); }

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