#2699A0

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

Shades of Java #2699A0

Tints of Java #2699A0

Color information

#2699A0 (or 0x2699A0) is unknown color: approx Java. HEX triplet: 26, 99 and A0. RGB value is (38,153,160). Sum of RGB (Red+Green+Blue) = 38+153+160=351 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.83% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #2699A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699A0 is #D9665F. Grayscale: #777777. Windows color (decimal): -14247520 or 10524966. OLE color: 10524966.

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

Color convert

RGB38153160-
CMYK0.760.0400.37
HSL183.44º61.62%38.82%-
HSV(B)183.44º76.25%62.75%-
XYZ18.5425.7337.25-
YUV119.41150.969.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.83%
GREEN value IS 153 (60.16% from 255) = 43.59%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=10.83%
G=43.59%
B=45.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381531600.760.0400.37183.4461.6238.82
Hex2699A04C4025b73e27
Octal4623124011440452677647
Binary10011010011001101000001001100100010010110110111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2699A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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