Html Css Color HEX #7ABBAC Monte Carlo

📋 copy color: '#7ABBAC'

red 122 ◦ green 187 ◦ blue 172

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

Shades of Monte Carlo #7ABBAC

Tints of Monte Carlo #7ABBAC

RGB

 RED value IS 122 (48.05% from 255) = 25.36%

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 25.36%
G = 38.88%
B = 35.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#7ABBAC (or 0x7ABBAC) is known color: Monte Carlo. HEX triplet: 7A, BB and AC. RGB value is (122,187,172). Sum of RGB (Red+Green+Blue) = 122+187+172=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABBAC is #854453. Grayscale: #A5A5A5. Windows color (decimal): -8733780 or 11320186. OLE color: 11320186.

HSL color Cylindrical-coordinate representation of color #7ABBAC: hue angle of 166.15º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBAC is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 187 172 -
CMYK 0.35 0 0.08 0.27
HSL 166.15º 0.32% 0.61% -
HSV(B) 166.15º 0.35% 0.73% -
XYZ 33.24 42.66 45.51 -
YUV 165.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 122 187 172 0.35 0 0.08 0.27 166.15 0.32 0.61
Hex 7A BB AC 23 0 8 1B A6 20 3D
Octal 172 273 254 43 0 10 33 246 40 75
Binary 1111010 10111011 10101100 100011 0 1000 11011 10100110 100000 111101

Color Harmonies of #7ABBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABBAC

Black with #7ABBAC

Text Example


Text Example

White with #7ABBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABBAC; }

 p { color: rgb(122,187,172); }

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

background-color css

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

 a { background-color: rgb(122,187,172); }

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

border-color css

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

 span { border-color: rgb(122,187,172); }

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