#26948B

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

Shades of Java #26948B

Tints of Java #26948B

Color information

#26948B (or 0x26948B) is unknown color: approx Java. HEX triplet: 26, 94 and 8B. RGB value is (38,148,139). Sum of RGB (Red+Green+Blue) = 38+148+139=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #26948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26948B is #D96B74. Grayscale: #727272. Windows color (decimal): -14248821 or 9147430. OLE color: 9147430.

HSL color Cylindrical-coordinate representation of color #26948B: hue angle of 175.09º 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 #26948B is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB38148139-
CMYK0.7400.060.42
HSL175.09º59.14%36.47%-
HSV(B)175.09º74.32%58.04%-
XYZ16.0523.4628.11-
YUV114.08142.0673.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=11.69%
G=45.54%
B=42.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481390.7400.060.42175.0959.1436.47
Hex26948B4A062Aaf3b24
Octal4622421311206522577344
Binary10011010010100100010111001010011010101010101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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