#26928C

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

Shades of Java #26928C

Tints of Java #26928C

Color information

#26928C (or 0x26928C) is unknown color: approx Java. HEX triplet: 26, 92 and 8C. RGB value is (38,146,140). Sum of RGB (Red+Green+Blue) = 38+146+140=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #26928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26928C is #D96D73. Grayscale: #707070. Windows color (decimal): -14249332 or 9212454. OLE color: 9212454.

HSL color Cylindrical-coordinate representation of color #26928C: hue angle of 176.67º 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 #26928C is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB38146140-
CMYK0.7400.040.43
HSL176.67º58.7%36.08%-
HSV(B)176.67º73.97%57.25%-
XYZ15.8122.8628.39-
YUV113.02143.2274.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 140 (55.08% from 255) = 43.21%
R=11.73%
G=45.06%
B=43.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461400.7400.040.43176.6758.736.08
Hex26928C4A042Bb13b24
Octal4622221411204532617344
Binary10011010010010100011001001010010010101110110001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26928C; }

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

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

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

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

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

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

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

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