#269c9e

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

Shades of Java #269C9E

Tints of Java #269C9E

Color information

#269C9E (or 0x269C9E) is unknown color: approx Java. HEX triplet: 26, 9C and 9E. RGB value is (38,156,158). Sum of RGB (Red+Green+Blue) = 38+156+158=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 158 - color contains mainly: blue. Hex color #269C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C9E is #D96361. Grayscale: #787878. Windows color (decimal): -14246754 or 10394662. OLE color: 10394662.

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

Color convert

RGB38156158-
CMYK0.760.0100.38
HSL181º61.22%38.43%-
HSV(B)181º75.95%61.96%-
XYZ18.8626.6636.5-
YUV120.95148.9168.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.80%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=10.80%
G=44.32%
B=44.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381561580.760.0100.3818161.2238.43
Hex269C9E4C1026b53d26
Octal4623423611410462657546
Binary100110100111001001111010011001010011010110101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,156,158); }

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

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

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

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

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

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

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