Html Css Color HEX #7ABEAB Monte Carlo

📋 copy color: '#7ABEAB'

red 122 ◦ green 190 ◦ blue 171

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

Shades of Monte Carlo #7ABEAB

Tints of Monte Carlo #7ABEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

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

R = 25.26%
G = 39.34%
B = 35.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#7ABEAB (or 0x7ABEAB) is known color: Monte Carlo. HEX triplet: 7A, BE and AB. RGB value is (122,190,171). Sum of RGB (Red+Green+Blue) = 122+190+171=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEAB is #854154. Grayscale: #A7A7A7. Windows color (decimal): -8733013 or 11255418. OLE color: 11255418.

HSL color Cylindrical-coordinate representation of color #7ABEAB: hue angle of 163.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEAB is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 190 171 -
CMYK 0.36 0 0.10 0.25
HSL 163.24º 0.34% 0.61% -
HSV(B) 163.24º 0.36% 0.75% -
XYZ 33.79 43.9 45.22 -
YUV 167.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 122 190 171 0.36 0 0.10 0.25 163.24 0.34 0.61
Hex 7A BE AB 24 0 A 19 A3 22 3D
Octal 172 276 253 44 0 12 31 243 42 75
Binary 1111010 10111110 10101011 100100 0 1010 11001 10100011 100010 111101

Color Harmonies of #7ABEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEAB

Black with #7ABEAB

Text Example


Text Example

White with #7ABEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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