#26A09A

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

Shades of Java #26A09A

Tints of Java #26A09A

Color information

#26A09A (or 0x26A09A) is unknown color: approx Java. HEX triplet: 26, A0 and 9A. RGB value is (38,160,154). Sum of RGB (Red+Green+Blue) = 38+160+154=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #26A09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A09A is #D95F65. Grayscale: #7A7A7A. Windows color (decimal): -14245734 or 10133542. OLE color: 10133542.

HSL color Cylindrical-coordinate representation of color #26A09A: hue angle of 177.05º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A09A is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB38160154-
CMYK0.7600.040.37
HSL177.05º61.62%38.82%-
HSV(B)177.05º76.25%62.75%-
XYZ19.227.8934.94-
YUV122.84145.5867.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.80%
GREEN value IS 160 (62.89% from 255) = 45.45%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=10.80%
G=45.45%
B=43.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601540.7600.040.37177.0561.6238.82
Hex26A09A4C0425b13e27
Octal4624023211404452617647
Binary10011010100000100110101001100010010010110110001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A09A; }

 p { color: rgb(38,160,154); }

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

<style>
 a { background-color: #26A09A; }

 a { background-color: rgb(38,160,154); }

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

<style>
 span { border-color: #26A09A; }

 span { border-color: rgb(38,160,154); }

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