#26A29E

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

Shades of Java #26A29E

Tints of Java #26A29E

Color information

#26A29E (or 0x26A29E) is unknown color: approx Java. HEX triplet: 26, A2 and 9E. RGB value is (38,162,158). Sum of RGB (Red+Green+Blue) = 38+162+158=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #26A29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A29E is #D95D61. Grayscale: #7C7C7C. Windows color (decimal): -14245218 or 10396198. OLE color: 10396198.

HSL color Cylindrical-coordinate representation of color #26A29E: hue angle of 178.06º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A29E is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB38162158-
CMYK0.7700.020.36
HSL178.06º62%39.22%-
HSV(B)178.06º76.54%63.53%-
XYZ19.8928.7236.84-
YUV124.47146.9266.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.61%
GREEN value IS 162 (63.67% from 255) = 45.25%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=10.61%
G=45.25%
B=44.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621580.7700.020.36178.066239.22
Hex26A29E4D0224b23e27
Octal4624223611502442627647
Binary1001101010001010011110100110101010010010110010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,162,158); }

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

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

 a { background-color: rgb(38,162,158); }

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

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

 span { border-color: rgb(38,162,158); }

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