#269484

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

Shades of Java #269484

Tints of Java #269484

Color information

#269484 (or 0x269484) is unknown color: approx Java. HEX triplet: 26, 94 and 84. RGB value is (38,148,132). Sum of RGB (Red+Green+Blue) = 38+148+132=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #269484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269484 is #D96B7B. Grayscale: #717171. Windows color (decimal): -14248828 or 8688678. OLE color: 8688678.

HSL color Cylindrical-coordinate representation of color #269484: hue angle of 171.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269484 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB38148132-
CMYK0.7400.110.42
HSL171.27º59.14%36.47%-
HSV(B)171.27º74.32%58.04%-
XYZ15.5523.2625.5-
YUV113.29138.5674.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=11.95%
G=46.54%
B=41.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381481320.7400.110.42171.2759.1436.47
Hex2694844A0B2Aab3b24
Octal46224204112013522537344
Binary100110100101001000010010010100101110101010101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269484; }

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

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

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

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

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

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

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

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