#238D88

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

Shades of Java #238D88

Tints of Java #238D88

Color information

#238D88 (or 0x238D88) is unknown color: approx Java. HEX triplet: 23, 8D and 88. RGB value is (35,141,136). Sum of RGB (Red+Green+Blue) = 35+141+136=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #238D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238D88 is #DC7277. Grayscale: #6C6C6C. Windows color (decimal): -14447224 or 8949027. OLE color: 8949027.

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

Color convert

RGB35141136-
CMYK0.7500.040.45
HSL177.17º60.23%34.51%-
HSV(B)177.17º75.18%55.29%-
XYZ14.6621.1826.61-
YUV108.74143.3875.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 136 (53.52% from 255) = 43.59%
R=11.22%
G=45.19%
B=43.59%

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
Decimal351411360.7500.040.45177.1760.2334.51
Hex238D884B042Db13c23
Octal4321521011304552617443
Binary10001110001101100010001001011010010110110110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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