#268c89

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

Shades of Java #268C89

Tints of Java #268C89

Color information

#268C89 (or 0x268C89) is unknown color: approx Java. HEX triplet: 26, 8C and 89. RGB value is (38,140,137). Sum of RGB (Red+Green+Blue) = 38+140+137=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #268C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C89 is #D97376. Grayscale: #6D6D6D. Windows color (decimal): -14250871 or 9014310. OLE color: 9014310.

HSL color Cylindrical-coordinate representation of color #268C89: hue angle of 178.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268C89 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB38140137-
CMYK0.7300.020.45
HSL178.24º57.3%34.9%-
HSV(B)178.24º72.86%54.9%-
XYZ14.6920.9726.94-
YUV109.16143.7177.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=12.06%
G=44.44%
B=43.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381401370.7300.020.45178.2457.334.9
Hex268C8949022Db23923
Octal4621421111102552627143
Binary1001101000110010001001100100101010110110110010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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