#26958E

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

Shades of Java #26958E

Tints of Java #26958E

Color information

#26958E (or 0x26958E) is unknown color: approx Java. HEX triplet: 26, 95 and 8E. RGB value is (38,149,142). Sum of RGB (Red+Green+Blue) = 38+149+142=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #26958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26958E is #D96A71. Grayscale: #727272. Windows color (decimal): -14248562 or 9344294. OLE color: 9344294.

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

Color convert

RGB38149142-
CMYK0.7400.050.42
HSL176.22º59.36%36.67%-
HSV(B)176.22º74.5%58.43%-
XYZ16.4323.8629.33-
YUV115.01143.2373.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.55%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=11.55%
G=45.29%
B=43.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381491420.7400.050.42176.2259.3636.67
Hex26958E4A052Ab03b25
Octal4622521611205522607345
Binary10011010010101100011101001010010110101010110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26958E; }

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

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

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

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

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

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

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

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