#268e8c

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

Shades of Java #268E8C

Tints of Java #268E8C

Color information

#268E8C (or 0x268E8C) is unknown color: approx Java. HEX triplet: 26, 8E and 8C. RGB value is (38,142,140). Sum of RGB (Red+Green+Blue) = 38+142+140=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #268E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268E8C is #D97173. Grayscale: #6E6E6E. Windows color (decimal): -14250356 or 9211430. OLE color: 9211430.

HSL color Cylindrical-coordinate representation of color #268E8C: hue angle of 178.85º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268E8C is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB38142140-
CMYK0.7300.010.44
HSL178.85º57.78%35.29%-
HSV(B)178.85º73.24%55.69%-
XYZ15.2121.6528.19-
YUV110.68144.5476.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.88%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=11.88%
G=44.38%
B=43.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381421400.7300.010.44178.8557.7835.29
Hex268E8C49012Cb33a23
Octal4621621411101542637243
Binary100110100011101000110010010010110110010110011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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