#269696

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

Shades of Java #269696

Tints of Java #269696

Color information

#269696 (or 0x269696) is unknown color: approx Java. HEX triplet: 26, 96 and 96. RGB value is (38,150,150). Sum of RGB (Red+Green+Blue) = 38+150+150=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #269696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269696 is #D96969. Grayscale: #747474. Windows color (decimal): -14248298 or 9868838. OLE color: 9868838.

HSL color Cylindrical-coordinate representation of color #269696: hue angle of 180º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269696 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38150150-
CMYK0.75000.41
HSL180º59.57%36.86%-
HSV(B)180º74.67%58.82%-
XYZ17.2124.4332.66-
YUV116.51146.8972-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=11.24%
G=44.38%
B=44.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381501500.75000.4118059.5736.86
Hex2696964B0029b43c25
Octal4622622611300512647445
Binary100110100101101001011010010110010100110110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269696; }

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

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

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

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

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

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

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

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