#238B82

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

Shades of Elm #238B82

Tints of Elm #238B82

Color information

#238B82 (or 0x238B82) is unknown color: approx Elm. HEX triplet: 23, 8B and 82. RGB value is (35,139,130). Sum of RGB (Red+Green+Blue) = 35+139+130=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #238B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B82 is #DC747D. Grayscale: #6A6A6A. Windows color (decimal): -14447742 or 8555299. OLE color: 8555299.

HSL color Cylindrical-coordinate representation of color #238B82: hue angle of 174.81º 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 #238B82 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB35139130-
CMYK0.7500.060.45
HSL174.81º59.77%34.12%-
HSV(B)174.81º74.82%54.51%-
XYZ13.9620.4324.33-
YUV106.88141.0476.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=11.51%
G=45.72%
B=42.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351391300.7500.060.45174.8159.7734.12
Hex238B824B062Daf3c22
Octal4321320211306552577442
Binary10001110001011100000101001011011010110110101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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