#234D54

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

Shades of Teal Blue #234D54

Tints of Teal Blue #234D54

Color information

#234D54 (or 0x234D54) is unknown color: approx Teal Blue. HEX triplet: 23, 4D and 54. RGB value is (35,77,84). Sum of RGB (Red+Green+Blue) = 35+77+84=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #234D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D54 is #DCB2AB. Grayscale: #414141. Windows color (decimal): -14463660 or 5524771. OLE color: 5524771.

HSL color Cylindrical-coordinate representation of color #234D54: hue angle of 188.57º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234D54 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB357784-
CMYK0.580.0800.67
HSL188.57º41.18%23.33%-
HSV(B)188.57º58.33%32.94%-
XYZ4.956.319.34-
YUV65.24138.59106.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 84 (33.20% from 255) = 42.86%
R=17.86%
G=39.29%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3577840.580.0800.67188.5741.1823.33
Hex234D543A8043bd2917
Octal43115124721001032755127
Binary100011100110110101001110101000010000111011110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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