#2F8F99

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

Shades of Scooter #2F8F99

Tints of Scooter #2F8F99

Color information

#2F8F99 (or 0x2F8F99) is unknown color: approx Scooter. HEX triplet: 2F, 8F and 99. RGB value is (47,143,153). Sum of RGB (Red+Green+Blue) = 47+143+153=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8F99 is #D07066. Grayscale: #737373. Windows color (decimal): -13660263 or 10063663. OLE color: 10063663.

HSL color Cylindrical-coordinate representation of color #2F8F99: hue angle of 185.66º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F8F99 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB47143153-
CMYK0.690.0700.4
HSL185.66º53%39.22%-
HSV(B)185.66º69.28%60%-
XYZ16.7422.5533.61-
YUV115.44149.279.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.70%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=13.70%
G=41.69%
B=44.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal471431530.690.0700.4185.665339.22
Hex2F8F99457028ba3527
Octal5721723110570502726547
Binary10111110001111100110011000101111010100010111010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,143,153); }

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

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

 a { background-color: rgb(47,143,153); }

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

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

 span { border-color: rgb(47,143,153); }

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