#234D59

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

Shades of Teal Blue #234D59

Tints of Teal Blue #234D59

Color information

#234D59 (or 0x234D59) is unknown color: approx Teal Blue. HEX triplet: 23, 4D and 59. RGB value is (35,77,89). Sum of RGB (Red+Green+Blue) = 35+77+89=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #234D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D59 is #DCB2A6. Grayscale: #414141. Windows color (decimal): -14463655 or 5852451. OLE color: 5852451.

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

Color convert

RGB357789-
CMYK0.610.1300.65
HSL193.33º43.55%24.31%-
HSV(B)193.33º60.67%34.9%-
XYZ5.156.3910.41-
YUV65.81141.09106.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=17.41%
G=38.31%
B=44.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3577890.610.1300.65193.3343.5524.31
Hex234D593DD041c12c18
Octal43115131751501013015430
Binary100011100110110110011111011101010000011100000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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