#26a09c

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

Shades of Java #26A09C

Tints of Java #26A09C

Color information

#26A09C (or 0x26A09C) is unknown color: approx Java. HEX triplet: 26, A0 and 9C. RGB value is (38,160,156). Sum of RGB (Red+Green+Blue) = 38+160+156=354 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.73% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #26A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A09C is #D95F63. Grayscale: #7A7A7A. Windows color (decimal): -14245732 or 10264614. OLE color: 10264614.

HSL color Cylindrical-coordinate representation of color #26A09C: hue angle of 178.03º 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 #26A09C is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB38160156-
CMYK0.7600.020.37
HSL178.03º61.62%38.82%-
HSV(B)178.03º76.25%62.75%-
XYZ19.3727.9535.83-
YUV123.07146.5867.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.73%
GREEN value IS 160 (62.89% from 255) = 45.20%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=10.73%
G=45.20%
B=44.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601560.7600.020.37178.0361.6238.82
Hex26A09C4C0225b23e27
Octal4624023411402452627647
Binary1001101010000010011100100110001010010110110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26a09c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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