#269799

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

Shades of Java #269799

Tints of Java #269799

Color information

#269799 (or 0x269799) is unknown color: approx Java. HEX triplet: 26, 97 and 99. RGB value is (38,151,153). Sum of RGB (Red+Green+Blue) = 38+151+153=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #269799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269799 is #D96866. Grayscale: #757575. Windows color (decimal): -14248039 or 10065702. OLE color: 10065702.

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

Color convert

RGB38151153-
CMYK0.750.0100.4
HSL181.04º60.21%37.45%-
HSV(B)181.04º75.16%60%-
XYZ17.6224.8534-
YUV117.44148.0671.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.11%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=11.11%
G=44.15%
B=44.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381511530.750.0100.4181.0460.2137.45
Hex2697994B1028b53c25
Octal4622723111310502657445
Binary100110100101111001100110010111010100010110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269799; }

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

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

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

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

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

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

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

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