Html Css Color HEX #2A8999 Scooter

📋 copy color: '#2A8999'

red 42 ◦ green 137 ◦ blue 153

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

Shades of Scooter #2A8999

Tints of Scooter #2A8999

RGB

 RED value IS 42 (16.8% from 255) = 12.65%

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 12.65%
G = 41.27%
B = 46.08%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A8999 (or 0x2A8999) is known color: Scooter. HEX triplet: 2A, 89 and 99. RGB value is (42,137,153). Sum of RGB (Red+Green+Blue) = 42+137+153=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A8999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8999 is #D57666. Grayscale: #6E6E6E. Windows color (decimal): -13989479 or 10062122. OLE color: 10062122.

HSL color Cylindrical-coordinate representation of color #2A8999: hue angle of 188.65º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A8999 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 137 153 -
CMYK 0.73 0.10 0 0.4
HSL 188.65º 0.57% 0.38% -
HSV(B) 188.65º 0.73% 0.6% -
XYZ 15.65 20.68 33.3 -
YUV 110.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 42 137 153 0.73 0.10 0 0.4 188.65 0.57 0.38
Hex 2A 89 99 49 A 0 28 BD 39 26
Octal 52 211 231 111 12 0 50 275 71 46
Binary 101010 10001001 10011001 1001001 1010 0 101000 10111101 111001 100110

Color Harmonies of #2A8999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8999

Black with #2A8999

Text Example


Text Example

White with #2A8999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A8999; }

 p { color: rgb(42,137,153); }

 H1.HeaderClassName
 {
   color: #2A8999;
 }
 .AnyTagClassName
 {
   color: #2A8999;
 }
</style>

background-color css

<style>
 a { background-color: #2A8999; }

 a { background-color: rgb(42,137,153); }

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

border-color css

<style>
 span { border-color: #2A8999; }

 span { border-color: rgb(42,137,153); }

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