#234F59

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

Shades of Teal Blue #234F59

Tints of Teal Blue #234F59

Color information

#234F59 (or 0x234F59) is unknown color: approx Teal Blue. HEX triplet: 23, 4F and 59. RGB value is (35,79,89). Sum of RGB (Red+Green+Blue) = 35+79+89=203 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.24% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #234F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234F59 is #DCB0A6. Grayscale: #424242. Windows color (decimal): -14463143 or 5852963. OLE color: 5852963.

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

Color convert

RGB357989-
CMYK0.610.1100.65
HSL191.11º43.55%24.31%-
HSV(B)191.11º60.67%34.9%-
XYZ5.296.6710.46-
YUV66.98140.42105.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.24%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=17.24%
G=38.92%
B=43.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3579890.610.1100.65191.1143.5524.31
Hex234F593DB041bf2c18
Octal43117131751301012775430
Binary100011100111110110011111011011010000011011111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234F59; }

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

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

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

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

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

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

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

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