#26998F

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

Shades of Java #26998F

Tints of Java #26998F

Color information

#26998F (or 0x26998F) is unknown color: approx Java. HEX triplet: 26, 99 and 8F. RGB value is (38,153,143). Sum of RGB (Red+Green+Blue) = 38+153+143=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #26998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26998F is #D96670. Grayscale: #757575. Windows color (decimal): -14247537 or 9410854. OLE color: 9410854.

HSL color Cylindrical-coordinate representation of color #26998F: hue angle of 174.78º 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 #26998F is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB38153143-
CMYK0.7500.070.4
HSL174.78º60.21%37.45%-
HSV(B)174.78º75.16%60%-
XYZ17.1525.1829.94-
YUV117.48142.471.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.38%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 143 (56.25% from 255) = 42.81%
R=11.38%
G=45.81%
B=42.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531430.7500.070.4174.7860.2137.45
Hex26998F4B0728af3c25
Octal4623121711307502577445
Binary10011010011001100011111001011011110100010101111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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