Html Css Color HEX #25829A Scooter

📋 copy color: '#25829A'

red 37 ◦ green 130 ◦ blue 154

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

Shades of Scooter #25829A

Tints of Scooter #25829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 11.53%
G = 40.5%
B = 47.98%

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

#25829A (or 0x25829A) is known color: Scooter. HEX triplet: 25, 82 and 9A. RGB value is (37,130,154). Sum of RGB (Red+Green+Blue) = 37+130+154=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 154 - color contains mainly: blue. Hex color #25829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25829A is #DA7D65. Grayscale: #686868. Windows color (decimal): -14318950 or 10125861. OLE color: 10125861.

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

Color convert

RGB 37 130 154 -
CMYK 0.76 0.16 0 0.40
HSL 192.31º 0.61% 0.37% -
HSV(B) 192.31º 0.76% 0.6% -
XYZ 14.58 18.69 33.41 -
YUV 104.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 37 130 154 0.76 0.16 0 0.40 192.31 0.61 0.37
Hex 25 82 9A 4C 10 0 28 C0 3D 25
Octal 45 202 232 114 20 0 50 300 75 45
Binary 100101 10000010 10011010 1001100 10000 0 101000 11000000 111101 100101

Color Harmonies of #25829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25829A

Black with #25829A

Text Example


Text Example

White with #25829A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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