#238A7B

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

Shades of Elm #238A7B

Tints of Elm #238A7B

Color information

#238A7B (or 0x238A7B) is unknown color: approx Elm. HEX triplet: 23, 8A and 7B. RGB value is (35,138,123). Sum of RGB (Red+Green+Blue) = 35+138+123=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #238A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238A7B is #DC7584. Grayscale: #696969. Windows color (decimal): -14448005 or 8096291. OLE color: 8096291.

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

Color convert

RGB35138123-
CMYK0.7500.110.46
HSL171.26º59.54%33.92%-
HSV(B)171.26º74.64%54.12%-
XYZ13.3619.9621.89-
YUV105.49137.8877.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.82%
GREEN value IS 138 (54.30% from 255) = 46.62%
BLUE value IS 123 (48.44% from 255) = 41.55%
R=11.82%
G=46.62%
B=41.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351381230.7500.110.46171.2659.5433.92
Hex238A7B4B0B2Eab3c22
Octal43212173113013562537442
Binary10001110001010111101110010110101110111010101011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,138,123); }

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

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

 a { background-color: rgb(35,138,123); }

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

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

 span { border-color: rgb(35,138,123); }

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