#25A69D

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

Shades of Java #25A69D

Tints of Java #25A69D

Color information

#25A69D (or 0x25A69D) is unknown color: approx Java. HEX triplet: 25, A6 and 9D. RGB value is (37,166,157). Sum of RGB (Red+Green+Blue) = 37+166+157=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #25A69D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A69D is #DA5962. Grayscale: #7E7E7E. Windows color (decimal): -14309731 or 10331685. OLE color: 10331685.

HSL color Cylindrical-coordinate representation of color #25A69D: hue angle of 175.81º degrees, saturation: 0.64, 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 #25A69D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB37166157-
CMYK0.7800.050.35
HSL175.81º63.55%39.8%-
HSV(B)175.81º77.71%65.1%-
XYZ20.4830.136.63-
YUV126.4145.2664.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.28%
GREEN value IS 166 (65.23% from 255) = 46.11%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=10.28%
G=46.11%
B=43.61%

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
Decimal371661570.7800.050.35175.8163.5539.8
Hex25A69D4E0523b04028
Octal45246235116054326010050
Binary100101101001101001110110011100101100011101100001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,166,157); }

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

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

 a { background-color: rgb(37,166,157); }

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

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

 span { border-color: rgb(37,166,157); }

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