#269290

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

Shades of Java #269290

Tints of Java #269290

Color information

#269290 (or 0x269290) is unknown color: approx Java. HEX triplet: 26, 92 and 90. RGB value is (38,146,144). Sum of RGB (Red+Green+Blue) = 38+146+144=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #269290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269290 is #D96D6F. Grayscale: #717171. Windows color (decimal): -14249328 or 9474598. OLE color: 9474598.

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

Color convert

RGB38146144-
CMYK0.7400.010.43
HSL178.89º58.7%36.08%-
HSV(B)178.89º73.97%57.25%-
XYZ16.1122.9829.97-
YUV113.48145.2274.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=11.59%
G=44.51%
B=43.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461440.7400.010.43178.8958.736.08
Hex2692904A012Bb33b24
Octal4622222011201532637344
Binary100110100100101001000010010100110101110110011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269290; }

 p { color: rgb(38,146,144); }

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

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

 a { background-color: rgb(38,146,144); }

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

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

 span { border-color: rgb(38,146,144); }

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