#258A99

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

Shades of Scooter #258A99

Tints of Scooter #258A99

Color information

#258A99 (or 0x258A99) is unknown color: approx Scooter. HEX triplet: 25, 8A and 99. RGB value is (37,138,153). Sum of RGB (Red+Green+Blue) = 37+138+153=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #258A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258A99 is #DA7566. Grayscale: #6D6D6D. Windows color (decimal): -14316903 or 10062373. OLE color: 10062373.

HSL color Cylindrical-coordinate representation of color #258A99: hue angle of 187.76º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258A99 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37138153-
CMYK0.760.1000.4
HSL187.76º61.05%37.25%-
HSV(B)187.76º75.82%60%-
XYZ15.620.8733.34-
YUV109.51152.5476.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=11.28%
G=42.07%
B=46.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371381530.760.1000.4187.7661.0537.25
Hex258A994CA028bc3d25
Octal45212231114120502747545
Binary100101100010101001100110011001010010100010111100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258A99; }

 p { color: rgb(37,138,153); }

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

<style>
 a { background-color: #258A99; }

 a { background-color: rgb(37,138,153); }

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

<style>
 span { border-color: #258A99; }

 span { border-color: rgb(37,138,153); }

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