#269485

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

Shades of Java #269485

Tints of Java #269485

Color information

#269485 (or 0x269485) is unknown color: approx Java. HEX triplet: 26, 94 and 85. RGB value is (38,148,133). Sum of RGB (Red+Green+Blue) = 38+148+133=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #269485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269485 is #D96B7A. Grayscale: #717171. Windows color (decimal): -14248827 or 8754214. OLE color: 8754214.

HSL color Cylindrical-coordinate representation of color #269485: hue angle of 171.82º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269485 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB38148133-
CMYK0.7400.100.42
HSL171.82º59.14%36.47%-
HSV(B)171.82º74.32%58.04%-
XYZ15.6223.2925.86-
YUV113.4139.0674.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=11.91%
G=46.39%
B=41.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481330.7400.100.42171.8259.1436.47
Hex2694854A0A2Aac3b24
Octal46224205112012522547344
Binary100110100101001000010110010100101010101010101100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269485; }

 p { color: rgb(38,148,133); }

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

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

 a { background-color: rgb(38,148,133); }

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

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

 span { border-color: rgb(38,148,133); }

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