#238B80

Color #238B80 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #238B80

Tints of Elm #238B80

Color information

#238B80 (or 0x238B80) is unknown color: approx Elm. HEX triplet: 23, 8B and 80. RGB value is (35,139,128). Sum of RGB (Red+Green+Blue) = 35+139+128=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #238B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B80 is #DC747F. Grayscale: #6A6A6A. Windows color (decimal): -14447744 or 8424227. OLE color: 8424227.

HSL color Cylindrical-coordinate representation of color #238B80: hue angle of 173.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B80 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB35139128-
CMYK0.7500.080.45
HSL173.65º59.77%34.12%-
HSV(B)173.65º74.82%54.51%-
XYZ13.8220.3823.63-
YUV106.65140.0476.89-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 128 (50.39% from 255) = 42.38%
R=11.59%
G=46.03%
B=42.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351391280.7500.080.45173.6559.7734.12
Hex238B804B082Dae3c22
Octal43213200113010552567442
Binary100011100010111000000010010110100010110110101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238B80; }

 p { color: rgb(35,139,128); }

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

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

 a { background-color: rgb(35,139,128); }

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

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

 span { border-color: rgb(35,139,128); }

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