#26968B

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

Shades of Java #26968B

Tints of Java #26968B

Color information

#26968B (or 0x26968B) is unknown color: approx Java. HEX triplet: 26, 96 and 8B. RGB value is (38,150,139). Sum of RGB (Red+Green+Blue) = 38+150+139=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #26968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26968B is #D96974. Grayscale: #737373. Windows color (decimal): -14248309 or 9147942. OLE color: 9147942.

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

Color convert

RGB38150139-
CMYK0.7500.070.41
HSL174.11º59.57%36.86%-
HSV(B)174.11º74.67%58.82%-
XYZ16.3724.0928.21-
YUV115.26141.3972.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=11.62%
G=45.87%
B=42.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501390.7500.070.41174.1159.5736.86
Hex26968B4B0729ae3c25
Octal4622621311307512567445
Binary10011010010110100010111001011011110100110101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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