#25918A

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

Shades of Java #25918A

Tints of Java #25918A

Color information

#25918A (or 0x25918A) is unknown color: approx Java. HEX triplet: 25, 91 and 8A. RGB value is (37,145,138). Sum of RGB (Red+Green+Blue) = 37+145+138=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #25918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918A is #DA6E75. Grayscale: #6F6F6F. Windows color (decimal): -14315126 or 9081125. OLE color: 9081125.

HSL color Cylindrical-coordinate representation of color #25918A: hue angle of 176.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25918A is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB37145138-
CMYK0.7400.050.43
HSL176.11º59.34%35.69%-
HSV(B)176.11º74.48%56.86%-
XYZ15.4822.4827.57-
YUV111.91142.7274.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=11.56%
G=45.31%
B=43.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371451380.7400.050.43176.1159.3435.69
Hex25918A4A052Bb03b24
Octal4522121211205532607344
Binary10010110010001100010101001010010110101110110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25918A; }

 p { color: rgb(37,145,138); }

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

<style>
 a { background-color: #25918A; }

 a { background-color: rgb(37,145,138); }

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

<style>
 span { border-color: #25918A; }

 span { border-color: rgb(37,145,138); }

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