#268C8C

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

Shades of Java #268C8C

Tints of Java #268C8C

Color information

#268C8C (or 0x268C8C) is unknown color: approx Java. HEX triplet: 26, 8C and 8C. RGB value is (38,140,140). Sum of RGB (Red+Green+Blue) = 38+140+140=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #268C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268C8C is #D97373. Grayscale: #6D6D6D. Windows color (decimal): -14250868 or 9210918. OLE color: 9210918.

HSL color Cylindrical-coordinate representation of color #268C8C: hue angle of 180º 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 #268C8C is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38140140-
CMYK0.73000.45
HSL180º57.3%34.9%-
HSV(B)180º72.86%54.9%-
XYZ14.9121.0628.09-
YUV109.5145.2177-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=11.95%
G=44.03%
B=44.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381401400.73000.4518057.334.9
Hex268C8C49002Db43923
Octal4621421411100552647143
Binary100110100011001000110010010010010110110110100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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