#248a97

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

Shades of Scooter #248A97

Tints of Scooter #248A97

Color information

#248A97 (or 0x248A97) is unknown color: approx Scooter. HEX triplet: 24, 8A and 97. RGB value is (36,138,151). Sum of RGB (Red+Green+Blue) = 36+138+151=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #248A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A97 is #DB7568. Grayscale: #6C6C6C. Windows color (decimal): -14382441 or 9931300. OLE color: 9931300.

HSL color Cylindrical-coordinate representation of color #248A97: hue angle of 186.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248A97 is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36138151-
CMYK0.760.0900.41
HSL186.78º61.5%36.67%-
HSV(B)186.78º76.16%59.22%-
XYZ15.420.7932.48-
YUV108.98151.7175.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.08%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=11.08%
G=42.46%
B=46.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361381510.760.0900.41186.7861.536.67
Hex248A974C9029bb3d25
Octal44212227114110512737545
Binary100100100010101001011110011001001010100110111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248a97; }

 p { color: rgb(36,138,151); }

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

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

 a { background-color: rgb(36,138,151); }

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

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

 span { border-color: rgb(36,138,151); }

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