#26968E

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

Shades of Java #26968E

Tints of Java #26968E

Color information

#26968E (or 0x26968E) is unknown color: approx Java. HEX triplet: 26, 96 and 8E. RGB value is (38,150,142). Sum of RGB (Red+Green+Blue) = 38+150+142=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #26968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26968E is #D96971. Grayscale: #737373. Windows color (decimal): -14248306 or 9344550. OLE color: 9344550.

HSL color Cylindrical-coordinate representation of color #26968E: hue angle of 175.71º 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 #26968E is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB38150142-
CMYK0.7500.050.41
HSL175.71º59.57%36.86%-
HSV(B)175.71º74.67%58.82%-
XYZ16.5924.1829.38-
YUV115.6142.8972.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=11.52%
G=45.45%
B=43.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501420.7500.050.41175.7159.5736.86
Hex26968E4B0529b03c25
Octal4622621611305512607445
Binary10011010010110100011101001011010110100110110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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