#268B96

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

Shades of Java #268B96

Tints of Java #268B96

Color information

#268B96 (or 0x268B96) is unknown color: approx Java. HEX triplet: 26, 8B and 96. RGB value is (38,139,150). Sum of RGB (Red+Green+Blue) = 38+139+150=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #268B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268B96 is #D97469. Grayscale: #6D6D6D. Windows color (decimal): -14251114 or 9866022. OLE color: 9866022.

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

Color convert

RGB38139150-
CMYK0.750.0700.41
HSL185.89º59.57%36.86%-
HSV(B)185.89º74.67%58.82%-
XYZ15.5421.0832.1-
YUV110.05150.5476.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381391500.750.0700.41185.8959.5736.86
Hex268B964B7029ba3c25
Octal4621322611370512727445
Binary10011010001011100101101001011111010100110111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B96; }

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

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

<style>
 a { background-color: #268B96; }

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

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

<style>
 span { border-color: #268B96; }

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

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