#269993

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

Shades of Java #269993

Tints of Java #269993

Color information

#269993 (or 0x269993) is unknown color: approx Java. HEX triplet: 26, 99 and 93. RGB value is (38,153,147). Sum of RGB (Red+Green+Blue) = 38+153+147=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #269993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269993 is #D9666C. Grayscale: #757575. Windows color (decimal): -14247533 or 9672998. OLE color: 9672998.

HSL color Cylindrical-coordinate representation of color #269993: hue angle of 176.87º 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 #269993 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB38153147-
CMYK0.7500.040.4
HSL176.87º60.21%37.45%-
HSV(B)176.87º75.16%60%-
XYZ17.4625.331.57-
YUV117.93144.470.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=11.24%
G=45.27%
B=43.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531470.7500.040.4176.8760.2137.45
Hex2699934B0428b13c25
Octal4623122311304502617445
Binary10011010011001100100111001011010010100010110001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269993; }

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

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

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

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

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

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

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

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