#239A8F

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

Shades of Java #239A8F

Tints of Java #239A8F

Color information

#239A8F (or 0x239A8F) is unknown color: approx Java. HEX triplet: 23, 9A and 8F. RGB value is (35,154,143). Sum of RGB (Red+Green+Blue) = 35+154+143=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #239A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239A8F is #DC6570. Grayscale: #757575. Windows color (decimal): -14443889 or 9411107. OLE color: 9411107.

HSL color Cylindrical-coordinate representation of color #239A8F: hue angle of 174.45º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A8F is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB35154143-
CMYK0.7700.070.40
HSL174.45º62.96%37.06%-
HSV(B)174.45º77.27%60.39%-
XYZ17.2125.4529.99-
YUV117.16142.5869.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.54%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 143 (56.25% from 255) = 43.07%
R=10.54%
G=46.39%
B=43.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351541430.7700.070.40174.4562.9637.06
Hex239A8F4D0728ae3f25
Octal4323221711507502567745
Binary10001110011010100011111001101011110100010101110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239A8F; }

 p { color: rgb(35,154,143); }

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

<style>
 a { background-color: #239A8F; }

 a { background-color: rgb(35,154,143); }

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

<style>
 span { border-color: #239A8F; }

 span { border-color: rgb(35,154,143); }

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