#2599A0

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

Shades of Java #2599A0

Tints of Java #2599A0

Color information

#2599A0 (or 0x2599A0) is unknown color: approx Java. HEX triplet: 25, 99 and A0. RGB value is (37,153,160). Sum of RGB (Red+Green+Blue) = 37+153+160=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #2599A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599A0 is #DA665F. Grayscale: #767676. Windows color (decimal): -14313056 or 10524965. OLE color: 10524965.

HSL color Cylindrical-coordinate representation of color #2599A0: hue angle of 183.41º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2599A0 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB37153160-
CMYK0.770.0400.37
HSL183.41º62.44%38.63%-
HSV(B)183.41º76.88%62.75%-
XYZ18.525.7137.25-
YUV119.11151.0769.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.57%
GREEN value IS 153 (60.16% from 255) = 43.71%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=10.57%
G=43.71%
B=45.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal371531600.770.0400.37183.4162.4438.63
Hex2599A04D4025b73e27
Octal4523124011540452677647
Binary10010110011001101000001001101100010010110110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2599A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2599A0; }

 p { color: rgb(37,153,160); }

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

<style>
 a { background-color: #2599A0; }

 a { background-color: rgb(37,153,160); }

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

<style>
 span { border-color: #2599A0; }

 span { border-color: rgb(37,153,160); }

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