#269A92

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

Shades of Java #269A92

Tints of Java #269A92

Color information

#269A92 (or 0x269A92) is unknown color: approx Java. HEX triplet: 26, 9A and 92. RGB value is (38,154,146). Sum of RGB (Red+Green+Blue) = 38+154+146=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #269A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A92 is #D9656D. Grayscale: #767676. Windows color (decimal): -14247278 or 9607718. OLE color: 9607718.

HSL color Cylindrical-coordinate representation of color #269A92: hue angle of 175.86º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A92 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB38154146-
CMYK0.7500.050.40
HSL175.86º60.42%37.65%-
HSV(B)175.86º75.32%60.39%-
XYZ17.5425.631.21-
YUV118.4143.5770.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.24%
GREEN value IS 154 (60.55% from 255) = 45.56%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=11.24%
G=45.56%
B=43.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381541460.7500.050.40175.8660.4237.65
Hex269A924B0528b03c26
Octal4623222211305502607446
Binary10011010011010100100101001011010110100010110000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269A92; }

 p { color: rgb(38,154,146); }

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

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

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

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

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

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

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