#26969A

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

Shades of Java #26969A

Tints of Java #26969A

Color information

#26969A (or 0x26969A) is unknown color: approx Java. HEX triplet: 26, 96 and 9A. RGB value is (38,150,154). Sum of RGB (Red+Green+Blue) = 38+150+154=342 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.11% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #26969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26969A is #D96965. Grayscale: #747474. Windows color (decimal): -14248294 or 10130982. OLE color: 10130982.

HSL color Cylindrical-coordinate representation of color #26969A: hue angle of 182.07º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26969A is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB38150154-
CMYK0.750.0300.40
HSL182.07º60.42%37.65%-
HSV(B)182.07º75.32%60.39%-
XYZ17.5424.5634.39-
YUV116.97148.8971.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.11%
GREEN value IS 150 (58.98% from 255) = 43.86%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=11.11%
G=43.86%
B=45.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381501540.750.0300.40182.0760.4237.65
Hex26969A4B3028b63c26
Octal4622623211330502667446
Binary1001101001011010011010100101111010100010110110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26969A; }

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

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

<style>
 a { background-color: #26969A; }

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

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

<style>
 span { border-color: #26969A; }

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

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