#238D87

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

Shades of Java #238D87

Tints of Java #238D87

Color information

#238D87 (or 0x238D87) is unknown color: approx Java. HEX triplet: 23, 8D and 87. RGB value is (35,141,135). Sum of RGB (Red+Green+Blue) = 35+141+135=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #238D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238D87 is #DC7278. Grayscale: #6C6C6C. Windows color (decimal): -14447225 or 8883491. OLE color: 8883491.

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

Color convert

RGB35141135-
CMYK0.7500.040.45
HSL176.6º60.23%34.51%-
HSV(B)176.6º75.18%55.29%-
XYZ14.5921.1626.24-
YUV108.62142.8875.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.25%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=11.25%
G=45.34%
B=43.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351411350.7500.040.45176.660.2334.51
Hex238D874B042Db13c23
Octal4321520711304552617443
Binary10001110001101100001111001011010010110110110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,141,135); }

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

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

 a { background-color: rgb(35,141,135); }

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

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

 span { border-color: rgb(35,141,135); }

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