Html Css Color HEX #25819A Scooter

📋 copy color: '#25819A'

red 37 ◦ green 129 ◦ blue 154

#25819A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #25819A

Tints of Scooter #25819A

RGB

 RED value IS 37 (14.84% from 255) = 11.56%

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 11.56%
G = 40.31%
B = 48.13%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25819A (or 0x25819A) is known color: Scooter. HEX triplet: 25, 81 and 9A. RGB value is (37,129,154). Sum of RGB (Red+Green+Blue) = 37+129+154=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #25819A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25819A is #DA7E65. Grayscale: #686868. Windows color (decimal): -14319206 or 10125605. OLE color: 10125605.

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

Color convert

RGB 37 129 154 -
CMYK 0.76 0.16 0 0.40
HSL 192.82º 0.61% 0.37% -
HSV(B) 192.82º 0.76% 0.6% -
XYZ 14.45 18.43 33.37 -
YUV 104.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 37 129 154 0.76 0.16 0 0.40 192.82 0.61 0.37
Hex 25 81 9A 4C 10 0 28 C1 3D 25
Octal 45 201 232 114 20 0 50 301 75 45
Binary 100101 10000001 10011010 1001100 10000 0 101000 11000001 111101 100101

Color Harmonies of #25819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25819A

Black with #25819A

Text Example


Text Example

White with #25819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25819A;
 }
 .AnyTagClassName
 {
   color: #25819A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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