#269B97

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

Shades of Java #269B97

Tints of Java #269B97

Color information

#269B97 (or 0x269B97) is unknown color: approx Java. HEX triplet: 26, 9B and 97. RGB value is (38,155,151). Sum of RGB (Red+Green+Blue) = 38+155+151=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #269B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B97 is #D96468. Grayscale: #777777. Windows color (decimal): -14247017 or 9935654. OLE color: 9935654.

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

Color convert

RGB38155151-
CMYK0.7500.030.39
HSL177.95º60.62%37.84%-
HSV(B)177.95º75.48%60.78%-
XYZ18.1126.0933.36-
YUV119.56145.7469.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=11.05%
G=45.06%
B=43.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551510.7500.030.39177.9560.6237.84
Hex269B974B0327b23d26
Octal4623322711303472627546
Binary1001101001101110010111100101101110011110110010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,155,151); }

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

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

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

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

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

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

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