#26989B

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

Shades of Java #26989B

Tints of Java #26989B

Color information

#26989B (or 0x26989B) is unknown color: approx Java. HEX triplet: 26, 98 and 9B. RGB value is (38,152,155). Sum of RGB (Red+Green+Blue) = 38+152+155=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #26989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26989B is #D96764. Grayscale: #767676. Windows color (decimal): -14247781 or 10197030. OLE color: 10197030.

HSL color Cylindrical-coordinate representation of color #26989B: hue angle of 181.54º 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 #26989B is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB38152155-
CMYK0.750.0200.39
HSL181.54º60.62%37.84%-
HSV(B)181.54º75.48%60.78%-
XYZ17.9425.2434.94-
YUV118.26148.7370.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=11.01%
G=44.06%
B=44.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381521550.750.0200.39181.5460.6237.84
Hex26989B4B2027b63d26
Octal4623023311320472667546
Binary1001101001100010011011100101110010011110110110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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