#269A95

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

Shades of Java #269A95

Tints of Java #269A95

Color information

#269A95 (or 0x269A95) is unknown color: approx Java. HEX triplet: 26, 9A and 95. RGB value is (38,154,149). Sum of RGB (Red+Green+Blue) = 38+154+149=341 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.14% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #269A95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A95 is #D9656A. Grayscale: #767676. Windows color (decimal): -14247275 or 9804326. OLE color: 9804326.

HSL color Cylindrical-coordinate representation of color #269A95: hue angle of 177.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A95 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB38154149-
CMYK0.7500.030.40
HSL177.41º60.42%37.65%-
HSV(B)177.41º75.32%60.39%-
XYZ17.7825.6932.46-
YUV118.75145.0770.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.14%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 149 (58.59% from 255) = 43.70%
R=11.14%
G=45.16%
B=43.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381541490.7500.030.40177.4160.4237.65
Hex269A954B0328b13c26
Octal4623222511303502617446
Binary1001101001101010010101100101101110100010110001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269A95; }

 p { color: rgb(38,154,149); }

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

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

 a { background-color: rgb(38,154,149); }

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

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

 span { border-color: rgb(38,154,149); }

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