#269994

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

Shades of Java #269994

Tints of Java #269994

Color information

#269994 (or 0x269994) is unknown color: approx Java. HEX triplet: 26, 99 and 94. RGB value is (38,153,148). Sum of RGB (Red+Green+Blue) = 38+153+148=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #269994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269994 is #D9666B. Grayscale: #757575. Windows color (decimal): -14247532 or 9738534. OLE color: 9738534.

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

Color convert

RGB38153148-
CMYK0.7500.030.4
HSL177.39º60.21%37.45%-
HSV(B)177.39º75.16%60%-
XYZ17.5425.3331.98-
YUV118.04144.970.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=11.21%
G=45.13%
B=43.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531480.7500.030.4177.3960.2137.45
Hex2699944B0328b13c25
Octal4623122411303502617445
Binary1001101001100110010100100101101110100010110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269994; }

 p { color: rgb(38,153,148); }

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

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

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

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

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

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

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