#268A89

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

Shades of Java #268A89

Tints of Java #268A89

Color information

#268A89 (or 0x268A89) is unknown color: approx Java. HEX triplet: 26, 8A and 89. RGB value is (38,138,137). Sum of RGB (Red+Green+Blue) = 38+138+137=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #268A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A89 is #D97576. Grayscale: #6B6B6B. Windows color (decimal): -14251383 or 9013798. OLE color: 9013798.

HSL color Cylindrical-coordinate representation of color #268A89: hue angle of 179.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A89 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB38138137-
CMYK0.7200.010.46
HSL179.4º56.82%34.51%-
HSV(B)179.4º72.46%54.12%-
XYZ14.420.426.84-
YUV107.99144.3778.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=12.14%
G=44.09%
B=43.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381381370.7200.010.46179.456.8234.51
Hex268A8948012Eb33923
Octal4621221111001562637143
Binary100110100010101000100110010000110111010110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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