#25899A

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

Shades of Scooter #25899A

Tints of Scooter #25899A

Color information

#25899A (or 0x25899A) is unknown color: approx Scooter. HEX triplet: 25, 89 and 9A. RGB value is (37,137,154). Sum of RGB (Red+Green+Blue) = 37+137+154=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #25899A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25899A is #DA7665. Grayscale: #6C6C6C. Windows color (decimal): -14317158 or 10127653. OLE color: 10127653.

HSL color Cylindrical-coordinate representation of color #25899A: hue angle of 188.72º 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 #25899A is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB37137154-
CMYK0.760.1100.40
HSL188.72º61.26%37.45%-
HSV(B)188.72º75.97%60.39%-
XYZ15.5420.6233.73-
YUV109.04153.3776.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.28%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=11.28%
G=41.77%
B=46.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal371371540.760.1100.40188.7261.2637.45
Hex25899A4CB028bd3d25
Octal45211232114130502757545
Binary100101100010011001101010011001011010100010111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25899A; }

 p { color: rgb(37,137,154); }

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

<style>
 a { background-color: #25899A; }

 a { background-color: rgb(37,137,154); }

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

<style>
 span { border-color: #25899A; }

 span { border-color: rgb(37,137,154); }

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