#26999B

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

Shades of Java #26999B

Tints of Java #26999B

Color information

#26999B (or 0x26999B) is unknown color: approx Java. HEX triplet: 26, 99 and 9B. RGB value is (38,153,155). Sum of RGB (Red+Green+Blue) = 38+153+155=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #26999B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26999B is #D96664. Grayscale: #767676. Windows color (decimal): -14247525 or 10197286. OLE color: 10197286.

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

Color convert

RGB38153155-
CMYK0.750.0100.39
HSL181.03º60.62%37.84%-
HSV(B)181.03º75.48%60.78%-
XYZ18.1125.5634.99-
YUV118.84148.470.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.98%
GREEN value IS 153 (60.16% from 255) = 44.22%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=10.98%
G=44.22%
B=44.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381531550.750.0100.39181.0360.6237.84
Hex26999B4B1027b53d26
Octal4623123311310472657546
Binary100110100110011001101110010111010011110110101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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