#268A8B

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

Shades of Java #268A8B

Tints of Java #268A8B

Color information

#268A8B (or 0x268A8B) is unknown color: approx Java. HEX triplet: 26, 8A and 8B. RGB value is (38,138,139). Sum of RGB (Red+Green+Blue) = 38+138+139=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #268A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268A8B is #D97574. Grayscale: #6C6C6C. Windows color (decimal): -14251381 or 9144870. OLE color: 9144870.

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

Color convert

RGB38138139-
CMYK0.730.0100.45
HSL180.59º57.06%34.71%-
HSV(B)180.59º72.66%54.51%-
XYZ14.5520.4527.61-
YUV108.21145.3777.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=12.06%
G=43.81%
B=44.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381381390.730.0100.45180.5957.0634.71
Hex268A8B49102Db53923
Octal4621221311110552657143
Binary100110100010101000101110010011010110110110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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