#238D86

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

Shades of Java #238D86

Tints of Java #238D86

Color information

#238D86 (or 0x238D86) is unknown color: approx Java. HEX triplet: 23, 8D and 86. RGB value is (35,141,134). Sum of RGB (Red+Green+Blue) = 35+141+134=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #238D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238D86 is #DC7279. Grayscale: #6C6C6C. Windows color (decimal): -14447226 or 8817955. OLE color: 8817955.

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

Color convert

RGB35141134-
CMYK0.7500.050.45
HSL176.04º60.23%34.51%-
HSV(B)176.04º75.18%55.29%-
XYZ14.5221.1325.87-
YUV108.51142.3875.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.29%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=11.29%
G=45.48%
B=43.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351411340.7500.050.45176.0460.2334.51
Hex238D864B052Db03c23
Octal4321520611305552607443
Binary10001110001101100001101001011010110110110110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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