#26948C

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

Shades of Java #26948C

Tints of Java #26948C

Color information

#26948C (or 0x26948C) is unknown color: approx Java. HEX triplet: 26, 94 and 8C. RGB value is (38,148,140). Sum of RGB (Red+Green+Blue) = 38+148+140=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #26948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26948C is #D96B73. Grayscale: #727272. Windows color (decimal): -14248820 or 9212966. OLE color: 9212966.

HSL color Cylindrical-coordinate representation of color #26948C: hue angle of 175.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26948C is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB38148140-
CMYK0.7400.050.42
HSL175.64º59.14%36.47%-
HSV(B)175.64º74.32%58.04%-
XYZ16.1223.4928.49-
YUV114.2142.5673.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=11.66%
G=45.40%
B=42.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481400.7400.050.42175.6459.1436.47
Hex26948C4A052Ab03b24
Octal4622421411205522607344
Binary10011010010100100011001001010010110101010110000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26948C; }

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

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

<style>
 a { background-color: #26948C; }

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

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

<style>
 span { border-color: #26948C; }

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

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