#26888B

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

Shades of Java #26888B

Tints of Java #26888B

Color information

#26888B (or 0x26888B) is unknown color: approx Java. HEX triplet: 26, 88 and 8B. RGB value is (38,136,139). Sum of RGB (Red+Green+Blue) = 38+136+139=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #26888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26888B is #D97774. Grayscale: #6A6A6A. Windows color (decimal): -14251893 or 9144358. OLE color: 9144358.

HSL color Cylindrical-coordinate representation of color #26888B: hue angle of 181.78º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26888B is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38136139-
CMYK0.730.0200.45
HSL181.78º57.06%34.71%-
HSV(B)181.78º72.66%54.51%-
XYZ14.2619.8827.51-
YUV107.04146.0378.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=12.14%
G=43.45%
B=44.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381361390.730.0200.45181.7857.0634.71
Hex26888B49202Db63923
Octal4621021311120552667143
Binary1001101000100010001011100100110010110110110110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,136,139); }

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

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

 a { background-color: rgb(38,136,139); }

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

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

 span { border-color: rgb(38,136,139); }

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