#26998C

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

Shades of Java #26998C

Tints of Java #26998C

Color information

#26998C (or 0x26998C) is unknown color: approx Java. HEX triplet: 26, 99 and 8C. RGB value is (38,153,140). Sum of RGB (Red+Green+Blue) = 38+153+140=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #26998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26998C is #D96673. Grayscale: #757575. Windows color (decimal): -14247540 or 9214246. OLE color: 9214246.

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

Color convert

RGB38153140-
CMYK0.7500.080.4
HSL173.22º60.21%37.45%-
HSV(B)173.22º75.16%60%-
XYZ16.9225.0928.76-
YUV117.13140.971.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=11.48%
G=46.22%
B=42.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531400.7500.080.4173.2260.2137.45
Hex26998C4B0828ad3c25
Octal46231214113010502557445
Binary100110100110011000110010010110100010100010101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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