#23A294

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

Shades of Java #23A294

Tints of Java #23A294

Color information

#23A294 (or 0x23A294) is unknown color: approx Java. HEX triplet: 23, A2 and 94. RGB value is (35,162,148). Sum of RGB (Red+Green+Blue) = 35+162+148=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #23A294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A294 is #DC5D6B. Grayscale: #7A7A7A. Windows color (decimal): -14441836 or 9740835. OLE color: 9740835.

HSL color Cylindrical-coordinate representation of color #23A294: hue angle of 173.39º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A294 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB35162148-
CMYK0.7800.090.36
HSL173.39º64.47%38.63%-
HSV(B)173.39º78.4%63.53%-
XYZ18.9628.3432.49-
YUV122.43142.4265.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.14%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=10.14%
G=46.96%
B=42.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351621480.7800.090.36173.3964.4738.63
Hex23A2944E0924ad4027
Octal432422241160114425510047
Binary1000111010001010010100100111001001100100101011011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23A294; }

 p { color: rgb(35,162,148); }

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

<style>
 a { background-color: #23A294; }

 a { background-color: rgb(35,162,148); }

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

<style>
 span { border-color: #23A294; }

 span { border-color: rgb(35,162,148); }

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