#269C8F

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

Shades of Java #269C8F

Tints of Java #269C8F

Color information

#269C8F (or 0x269C8F) is unknown color: approx Java. HEX triplet: 26, 9C and 8F. RGB value is (38,156,143). Sum of RGB (Red+Green+Blue) = 38+156+143=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #269C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269C8F is #D96370. Grayscale: #777777. Windows color (decimal): -14246769 or 9411622. OLE color: 9411622.

HSL color Cylindrical-coordinate representation of color #269C8F: hue angle of 173.39º 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 #269C8F is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB38156143-
CMYK0.7600.080.39
HSL173.39º60.82%38.04%-
HSV(B)173.39º75.64%61.18%-
XYZ17.6526.1730.11-
YUV119.24141.4170.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.28%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=11.28%
G=46.29%
B=42.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381561430.7600.080.39173.3960.8238.04
Hex269C8F4C0827ad3d26
Octal46234217114010472557546
Binary100110100111001000111110011000100010011110101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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