#269188

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

Shades of Java #269188

Tints of Java #269188

Color information

#269188 (or 0x269188) is unknown color: approx Java. HEX triplet: 26, 91 and 88. RGB value is (38,145,136). Sum of RGB (Red+Green+Blue) = 38+145+136=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #269188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269188 is #D96E77. Grayscale: #6F6F6F. Windows color (decimal): -14249592 or 8950054. OLE color: 8950054.

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

Color convert

RGB38145136-
CMYK0.7400.060.43
HSL174.95º58.47%35.88%-
HSV(B)174.95º73.79%56.86%-
XYZ15.3722.4426.81-
YUV111.98141.5575.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=11.91%
G=45.45%
B=42.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381451360.7400.060.43174.9558.4735.88
Hex2691884A062Baf3a24
Octal4622121011206532577244
Binary10011010010001100010001001010011010101110101111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269188; }

 p { color: rgb(38,145,136); }

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

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

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

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

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

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

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