#288C9C

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

Shades of Scooter #288C9C

Tints of Scooter #288C9C

Color information

#288C9C (or 0x288C9C) is unknown color: approx Scooter. HEX triplet: 28, 8C and 9C. RGB value is (40,140,156). Sum of RGB (Red+Green+Blue) = 40+140+156=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #288C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288C9C is #D77363. Grayscale: #6F6F6F. Windows color (decimal): -14119780 or 10259496. OLE color: 10259496.

HSL color Cylindrical-coordinate representation of color #288C9C: hue angle of 188.28º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #288C9C is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB40140156-
CMYK0.740.1000.39
HSL188.28º59.18%38.43%-
HSV(B)188.28º74.36%61.18%-
XYZ16.2521.6134.77-
YUV111.92152.8776.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.90%
GREEN value IS 140 (55.08% from 255) = 41.67%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=11.90%
G=41.67%
B=46.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal401401560.740.1000.39188.2859.1838.43
Hex288C9C4AA027bc3b26
Octal50214234112120472747346
Binary101000100011001001110010010101010010011110111100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288C9C; }

 p { color: rgb(40,140,156); }

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

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

 a { background-color: rgb(40,140,156); }

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

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

 span { border-color: rgb(40,140,156); }

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