#269889

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

Shades of Java #269889

Tints of Java #269889

Color information

#269889 (or 0x269889) is unknown color: approx Java. HEX triplet: 26, 98 and 89. RGB value is (38,152,137). Sum of RGB (Red+Green+Blue) = 38+152+137=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #269889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269889 is #D96776. Grayscale: #747474. Windows color (decimal): -14247799 or 9017382. OLE color: 9017382.

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

Color convert

RGB38152137-
CMYK0.7500.100.40
HSL172.11º60%37.25%-
HSV(B)172.11º75%59.61%-
XYZ16.5424.6727.56-
YUV116.2139.7372.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=11.62%
G=46.48%
B=41.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381521370.7500.100.40172.116037.25
Hex2698894B0A28ac3c25
Octal46230211113012502547445
Binary100110100110001000100110010110101010100010101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269889; }

 p { color: rgb(38,152,137); }

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

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

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

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

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

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

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