Html Css Color HEX #2A8996 Scooter

📋 copy color: '#2A8996'

red 42 ◦ green 137 ◦ blue 150

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

Shades of Scooter #2A8996

Tints of Scooter #2A8996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 12.77%
G = 41.64%
B = 45.59%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2A8996 (or 0x2A8996) is known color: Scooter. HEX triplet: 2A, 89 and 96. RGB value is (42,137,150). Sum of RGB (Red+Green+Blue) = 42+137+150=329 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.77% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A8996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8996 is #D57669. Grayscale: #6D6D6D. Windows color (decimal): -13989482 or 9865514. OLE color: 9865514.

HSL color Cylindrical-coordinate representation of color #2A8996: hue angle of 187.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A8996 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 42 137 150 -
CMYK 0.72 0.09 0 0.41
HSL 187.22º 0.56% 0.38% -
HSV(B) 187.22º 0.72% 0.59% -
XYZ 15.41 20.59 32.02 -
YUV 110.08 150.53 79.44 -
System Red Green Blue C M Y K H S L
Decimal 42 137 150 0.72 0.09 0 0.41 187.22 0.56 0.38
Hex 2A 89 96 48 9 0 29 BB 38 26
Octal 52 211 226 110 11 0 51 273 70 46
Binary 101010 10001001 10010110 1001000 1001 0 101001 10111011 111000 100110

Color Harmonies of #2A8996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8996

Black with #2A8996

Text Example


Text Example

White with #2A8996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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