#26968A

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

Shades of Java #26968A

Tints of Java #26968A

Color information

#26968A (or 0x26968A) is unknown color: approx Java. HEX triplet: 26, 96 and 8A. RGB value is (38,150,138). Sum of RGB (Red+Green+Blue) = 38+150+138=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #26968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26968A is #D96975. Grayscale: #737373. Windows color (decimal): -14248310 or 9082406. OLE color: 9082406.

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

Color convert

RGB38150138-
CMYK0.7500.080.41
HSL173.57º59.57%36.86%-
HSV(B)173.57º74.67%58.82%-
XYZ16.2924.0627.83-
YUV115.14140.8972.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 138 (54.30% from 255) = 42.33%
R=11.66%
G=46.01%
B=42.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501380.7500.080.41173.5759.5736.86
Hex26968A4B0829ae3c25
Octal46226212113010512567445
Binary100110100101101000101010010110100010100110101110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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