#2C899B

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

Shades of Scooter #2C899B

Tints of Scooter #2C899B

Color information

#2C899B (or 0x2C899B) is unknown color: approx Scooter. HEX triplet: 2C, 89 and 9B. RGB value is (44,137,155). Sum of RGB (Red+Green+Blue) = 44+137+155=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C899B is #D37664. Grayscale: #6F6F6F. Windows color (decimal): -13858405 or 10193196. OLE color: 10193196.

HSL color Cylindrical-coordinate representation of color #2C899B: hue angle of 189.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C899B is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB44137155-
CMYK0.720.1200.39
HSL189.73º55.78%39.02%-
HSV(B)189.73º71.61%60.78%-
XYZ15.920.7934.19-
YUV111.24152.6980.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.10%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=13.10%
G=40.77%
B=46.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441371550.720.1200.39189.7355.7839.02
Hex2C899B48C027be3827
Octal54211233110140472767047
Binary101100100010011001101110010001100010011110111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,137,155); }

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

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

 a { background-color: rgb(44,137,155); }

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

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

 span { border-color: rgb(44,137,155); }

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