#25968B

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

Shades of Java #25968B

Tints of Java #25968B

Color information

#25968B (or 0x25968B) is unknown color: approx Java. HEX triplet: 25, 96 and 8B. RGB value is (37,150,139). Sum of RGB (Red+Green+Blue) = 37+150+139=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #25968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25968B is #DA6974. Grayscale: #727272. Windows color (decimal): -14313845 or 9147941. OLE color: 9147941.

HSL color Cylindrical-coordinate representation of color #25968B: hue angle of 174.16º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25968B is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB37150139-
CMYK0.7500.070.41
HSL174.16º60.43%36.67%-
HSV(B)174.16º75.33%58.82%-
XYZ16.3324.0728.21-
YUV114.96141.5672.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=11.35%
G=46.01%
B=42.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371501390.7500.070.41174.1660.4336.67
Hex25968B4B0729ae3c25
Octal4522621311307512567445
Binary10010110010110100010111001011011110100110101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25968B; }

 p { color: rgb(37,150,139); }

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

<style>
 a { background-color: #25968B; }

 a { background-color: rgb(37,150,139); }

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

<style>
 span { border-color: #25968B; }

 span { border-color: rgb(37,150,139); }

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