#26999E

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

Shades of Java #26999E

Tints of Java #26999E

Color information

#26999E (or 0x26999E) is unknown color: approx Java. HEX triplet: 26, 99 and 9E. RGB value is (38,153,158). Sum of RGB (Red+Green+Blue) = 38+153+158=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #26999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26999E is #D96661. Grayscale: #777777. Windows color (decimal): -14247522 or 10393894. OLE color: 10393894.

HSL color Cylindrical-coordinate representation of color #26999E: hue angle of 182.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26999E is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38153158-
CMYK0.760.0300.38
HSL182.5º61.22%38.43%-
HSV(B)182.5º75.95%61.96%-
XYZ18.3625.6636.33-
YUV119.18149.970.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.89%
GREEN value IS 153 (60.16% from 255) = 43.84%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=10.89%
G=43.84%
B=45.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381531580.760.0300.38182.561.2238.43
Hex26999E4C3026b63d26
Octal4623123611430462667546
Binary1001101001100110011110100110011010011010110110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,153,158); }

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

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

 a { background-color: rgb(38,153,158); }

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

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

 span { border-color: rgb(38,153,158); }

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