#26A5A0

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

Shades of Java #26A5A0

Tints of Java #26A5A0

Color information

#26A5A0 (or 0x26A5A0) is unknown color: approx Java. HEX triplet: 26, A5 and A0. RGB value is (38,165,160). Sum of RGB (Red+Green+Blue) = 38+165+160=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 165 - color contains mainly: green. Hex color #26A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A5A0 is #D95A5F. Grayscale: #7E7E7E. Windows color (decimal): -14244448 or 10528038. OLE color: 10528038.

HSL color Cylindrical-coordinate representation of color #26A5A0: hue angle of 177.64º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A5A0 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB38165160-
CMYK0.7700.030.35
HSL177.64º62.56%39.8%-
HSV(B)177.64º76.97%64.71%-
XYZ20.629.8637.94-
YUV126.46146.9264.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.47%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=10.47%
G=45.45%
B=44.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651600.7700.030.35177.6462.5639.8
Hex26A5A04D0323b23f28
Octal4624524011503432627750
Binary1001101010010110100000100110101110001110110010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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