#269985

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

Shades of Niagara #269985

Tints of Niagara #269985

Color information

#269985 (or 0x269985) is unknown color: approx Niagara. HEX triplet: 26, 99 and 85. RGB value is (38,153,133). Sum of RGB (Red+Green+Blue) = 38+153+133=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #269985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269985 is #D9667A. Grayscale: #747474. Windows color (decimal): -14247547 or 8755494. OLE color: 8755494.

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

Color convert

RGB38153133-
CMYK0.7500.130.4
HSL169.57º60.21%37.45%-
HSV(B)169.57º75.16%60%-
XYZ16.4224.8926.13-
YUV116.34137.472.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=11.73%
G=47.22%
B=41.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531330.7500.130.4169.5760.2137.45
Hex2699854B0D28aa3c25
Octal46231205113015502527445
Binary100110100110011000010110010110110110100010101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269985; }

 p { color: rgb(38,153,133); }

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

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

 a { background-color: rgb(38,153,133); }

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

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

 span { border-color: rgb(38,153,133); }

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