#269999

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

Shades of Java #269999

Tints of Java #269999

Color information

#269999 (or 0x269999) is unknown color: approx Java. HEX triplet: 26, 99 and 99. RGB value is (38,153,153). Sum of RGB (Red+Green+Blue) = 38+153+153=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #269999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269999 is #D96666. Grayscale: #767676. Windows color (decimal): -14247527 or 10066214. OLE color: 10066214.

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

Color convert

RGB38153153-
CMYK0.75000.4
HSL180º60.21%37.45%-
HSV(B)180º75.16%60%-
XYZ17.9425.4934.11-
YUV118.61147.470.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=11.05%
G=44.48%
B=44.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531530.75000.418060.2137.45
Hex2699994B0028b43c25
Octal4623123111300502647445
Binary100110100110011001100110010110010100010110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269999; }

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

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

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

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

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

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

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

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