#23A29E

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

Shades of Java #23A29E

Tints of Java #23A29E

Color information

#23A29E (or 0x23A29E) is unknown color: approx Java. HEX triplet: 23, A2 and 9E. RGB value is (35,162,158). Sum of RGB (Red+Green+Blue) = 35+162+158=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #23A29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A29E is #DC5D61. Grayscale: #7B7B7B. Windows color (decimal): -14441826 or 10396195. OLE color: 10396195.

HSL color Cylindrical-coordinate representation of color #23A29E: hue angle of 178.11º 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 #23A29E is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB35162158-
CMYK0.7800.020.36
HSL178.11º64.47%38.63%-
HSV(B)178.11º78.4%63.53%-
XYZ19.7928.6736.84-
YUV123.57147.4264.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.86%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=9.86%
G=45.63%
B=44.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351621580.7800.020.36178.1164.4738.63
Hex23A29E4E0224b24027
Octal43242236116024426210047
Binary10001110100010100111101001110010100100101100101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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