#2C9AA5

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

Shades of Scooter #2C9AA5

Tints of Scooter #2C9AA5

Color information

#2C9AA5 (or 0x2C9AA5) is unknown color: approx Scooter. HEX triplet: 2C, 9A and A5. RGB value is (44,154,165). Sum of RGB (Red+Green+Blue) = 44+154+165=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C9AA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9AA5 is #D3655A. Grayscale: #7A7A7A. Windows color (decimal): -13854043 or 10852908. OLE color: 10852908.

HSL color Cylindrical-coordinate representation of color #2C9AA5: hue angle of 185.45º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C9AA5 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB44154165-
CMYK0.730.0700.35
HSL185.45º57.89%40.98%-
HSV(B)185.45º73.33%64.71%-
XYZ19.3926.3639.66-
YUV122.36152.0672.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=12.12%
G=42.42%
B=45.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal441541650.730.0700.35185.4557.8940.98
Hex2C9AA5497023b93a29
Octal5423224511170432717251
Binary10110010011010101001011001001111010001110111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C9AA5; }

 p { color: rgb(44,154,165); }

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

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

 a { background-color: rgb(44,154,165); }

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

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

 span { border-color: rgb(44,154,165); }

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