Html Css Color HEX #A0BBA8 Summer Green

📋 copy color: '#A0BBA8'

red 160 ◦ green 187 ◦ blue 168

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

Shades of Summer Green #A0BBA8

Tints of Summer Green #A0BBA8

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 168 (66.02% from 255) = 32.62%

R = 31.07%
G = 36.31%
B = 32.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#A0BBA8 (or 0xA0BBA8) is known color: Summer Green. HEX triplet: A0, BB and A8. RGB value is (160,187,168). Sum of RGB (Red+Green+Blue) = 160+187+168=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA8 is #5F4457. Grayscale: #B0B0B0. Windows color (decimal): -6243416 or 11058080. OLE color: 11058080.

HSL color Cylindrical-coordinate representation of color #A0BBA8: hue angle of 137.78º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBA8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 187 168 -
CMYK 0.14 0 0.10 0.27
HSL 137.78º 0.17% 0.68% -
HSV(B) 137.78º 0.14% 0.73% -
XYZ 39.34 45.84 43.82 -
YUV 176.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 160 187 168 0.14 0 0.10 0.27 137.78 0.17 0.68
Hex A0 BB A8 E 0 A 1B 8A 11 44
Octal 240 273 250 16 0 12 33 212 21 104
Binary 10100000 10111011 10101000 1110 0 1010 11011 10001010 10001 1000100

Color Harmonies of #A0BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BBA8

Black with #A0BBA8

Text Example


Text Example

White with #A0BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BBA8; }

 p { color: rgb(160,187,168); }

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

background-color css

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

 a { background-color: rgb(160,187,168); }

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

border-color css

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

 span { border-color: rgb(160,187,168); }

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