#25A59C

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

Shades of Java #25A59C

Tints of Java #25A59C

Color information

#25A59C (or 0x25A59C) is unknown color: approx Java. HEX triplet: 25, A5 and 9C. RGB value is (37,165,156). Sum of RGB (Red+Green+Blue) = 37+165+156=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #25A59C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A59C is #DA5A63. Grayscale: #7D7D7D. Windows color (decimal): -14309988 or 10265893. OLE color: 10265893.

HSL color Cylindrical-coordinate representation of color #25A59C: hue angle of 175.78º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A59C is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB37165156-
CMYK0.7800.050.35
HSL175.78º63.37%39.61%-
HSV(B)175.78º77.58%64.71%-
XYZ20.2229.736.12-
YUV125.7145.0964.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.34%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=10.34%
G=46.09%
B=43.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371651560.7800.050.35175.7863.3739.61
Hex25A59C4E0523b03f28
Octal4524523411605432607750
Binary10010110100101100111001001110010110001110110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A59C; }

 p { color: rgb(37,165,156); }

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

<style>
 a { background-color: #25A59C; }

 a { background-color: rgb(37,165,156); }

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

<style>
 span { border-color: #25A59C; }

 span { border-color: rgb(37,165,156); }

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