Html Css Color HEX #7ABCAC Monte Carlo

📋 copy color: '#7ABCAC'

red 122 ◦ green 188 ◦ blue 172

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

Shades of Monte Carlo #7ABCAC

Tints of Monte Carlo #7ABCAC

RGB

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

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

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

R = 25.31%
G = 39%
B = 35.68%

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

#7ABCAC (or 0x7ABCAC) is known color: Monte Carlo. HEX triplet: 7A, BC and AC. RGB value is (122,188,172). Sum of RGB (Red+Green+Blue) = 122+188+172=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAC is #854353. Grayscale: #A6A6A6. Windows color (decimal): -8733524 or 11320442. OLE color: 11320442.

HSL color Cylindrical-coordinate representation of color #7ABCAC: hue angle of 165.45º 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 #7ABCAC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 172 -
CMYK 0.35 0 0.09 0.26
HSL 165.45º 0.33% 0.61% -
HSV(B) 165.45º 0.35% 0.74% -
XYZ 33.46 43.08 45.58 -
YUV 166.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 122 188 172 0.35 0 0.09 0.26 165.45 0.33 0.61
Hex 7A BC AC 23 0 9 1A A5 21 3D
Octal 172 274 254 43 0 11 32 245 41 75
Binary 1111010 10111100 10101100 100011 0 1001 11010 10100101 100001 111101

Color Harmonies of #7ABCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCAC

Black with #7ABCAC

Text Example


Text Example

White with #7ABCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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