#298EAB

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

Shades of Scooter #298EAB

Tints of Scooter #298EAB

Color information

#298EAB (or 0x298EAB) is unknown color: approx Scooter. HEX triplet: 29, 8E and AB. RGB value is (41,142,171). Sum of RGB (Red+Green+Blue) = 41+142+171=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #298EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EAB is #D67154. Grayscale: #727272. Windows color (decimal): -14053717 or 11243049. OLE color: 11243049.

HSL color Cylindrical-coordinate representation of color #298EAB: hue angle of 193.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298EAB is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41142171-
CMYK0.760.1700.33
HSL193.38º61.32%41.57%-
HSV(B)193.38º76.02%67.06%-
XYZ17.9422.7641.98-
YUV115.11159.5475.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.58%
GREEN value IS 142 (55.86% from 255) = 40.11%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=11.58%
G=40.11%
B=48.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411421710.760.1700.33193.3861.3241.57
Hex298EAB4C11021c13d2a
Octal51216253114210413017552
Binary1010011000111010101011100110010001010000111000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298EAB; }

 p { color: rgb(41,142,171); }

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

<style>
 a { background-color: #298EAB; }

 a { background-color: rgb(41,142,171); }

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

<style>
 span { border-color: #298EAB; }

 span { border-color: rgb(41,142,171); }

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