#26968c

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

Shades of Java #26968C

Tints of Java #26968C

Color information

#26968C (or 0x26968C) is unknown color: approx Java. HEX triplet: 26, 96 and 8C. RGB value is (38,150,140). Sum of RGB (Red+Green+Blue) = 38+150+140=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #26968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26968C is #D96973. Grayscale: #737373. Windows color (decimal): -14248308 or 9213478. OLE color: 9213478.

HSL color Cylindrical-coordinate representation of color #26968C: hue angle of 174.64º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26968C is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB38150140-
CMYK0.7500.070.41
HSL174.64º59.57%36.86%-
HSV(B)174.64º74.67%58.82%-
XYZ16.4424.1228.6-
YUV115.37141.8972.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=11.59%
G=45.73%
B=42.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501400.7500.070.41174.6459.5736.86
Hex26968C4B0729af3c25
Octal4622621411307512577445
Binary10011010010110100011001001011011110100110101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26968c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26968c; }

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

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

<style>
 a { background-color: #26968c; }

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

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

<style>
 span { border-color: #26968c; }

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

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