#269C9A

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

Shades of Java #269C9A

Tints of Java #269C9A

Color information

#269C9A (or 0x269C9A) is unknown color: approx Java. HEX triplet: 26, 9C and 9A. RGB value is (38,156,154). Sum of RGB (Red+Green+Blue) = 38+156+154=348 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.92% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #269C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C9A is #D96365. Grayscale: #787878. Windows color (decimal): -14246758 or 10132518. OLE color: 10132518.

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

Color convert

RGB38156154-
CMYK0.7600.010.39
HSL178.98º60.82%38.04%-
HSV(B)178.98º75.64%61.18%-
XYZ18.5226.5234.71-
YUV120.49146.9169.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.92%
GREEN value IS 156 (61.33% from 255) = 44.83%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=10.92%
G=44.83%
B=44.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381561540.7600.010.39178.9860.8238.04
Hex269C9A4C0127b33d26
Octal4623423211401472637546
Binary100110100111001001101010011000110011110110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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