Html Css Color HEX #7ABCAB Monte Carlo

📋 copy color: '#7ABCAB'

red 122 ◦ green 188 ◦ blue 171

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

Shades of Monte Carlo #7ABCAB

Tints of Monte Carlo #7ABCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 171 (67.19% from 255) = 35.55%

R = 25.36%
G = 39.09%
B = 35.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#7ABCAB (or 0x7ABCAB) is known color: Monte Carlo. HEX triplet: 7A, BC and AB. RGB value is (122,188,171). Sum of RGB (Red+Green+Blue) = 122+188+171=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAB is #854354. Grayscale: #A6A6A6. Windows color (decimal): -8733525 or 11254906. OLE color: 11254906.

HSL color Cylindrical-coordinate representation of color #7ABCAB: hue angle of 164.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABCAB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 171 -
CMYK 0.35 0 0.09 0.26
HSL 164.55º 0.33% 0.61% -
HSV(B) 164.55º 0.35% 0.74% -
XYZ 33.36 43.04 45.08 -
YUV 166.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 122 188 171 0.35 0 0.09 0.26 164.55 0.33 0.61
Hex 7A BC AB 23 0 9 1A A5 21 3D
Octal 172 274 253 43 0 11 32 245 41 75
Binary 1111010 10111100 10101011 100011 0 1001 11010 10100101 100001 111101

Color Harmonies of #7ABCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCAB

Black with #7ABCAB

Text Example


Text Example

White with #7ABCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,188,171); }

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

background-color css

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

 a { background-color: rgb(122,188,171); }

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

border-color css

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

 span { border-color: rgb(122,188,171); }

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