#238A96

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

Shades of Java #238A96

Tints of Java #238A96

Color information

#238A96 (or 0x238A96) is unknown color: approx Java. HEX triplet: 23, 8A and 96. RGB value is (35,138,150). Sum of RGB (Red+Green+Blue) = 35+138+150=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #238A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A96 is #DC7569. Grayscale: #6C6C6C. Windows color (decimal): -14447978 or 9865763. OLE color: 9865763.

HSL color Cylindrical-coordinate representation of color #238A96: hue angle of 186.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #238A96 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB35138150-
CMYK0.770.0800.41
HSL186.26º62.16%36.27%-
HSV(B)186.26º76.67%58.82%-
XYZ15.2920.7432.05-
YUV108.57151.3875.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.84%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=10.84%
G=42.72%
B=46.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal351381500.770.0800.41186.2662.1636.27
Hex238A964D8029ba3e24
Octal43212226115100512727644
Binary100011100010101001011010011011000010100110111010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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