Html Css Color HEX #7ABEAD Monte Carlo

📋 copy color: '#7ABEAD'

red 122 ◦ green 190 ◦ blue 173

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

Shades of Monte Carlo #7ABEAD

Tints of Monte Carlo #7ABEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 25.15%
G = 39.18%
B = 35.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#7ABEAD (or 0x7ABEAD) is known color: Monte Carlo. HEX triplet: 7A, BE and AD. RGB value is (122,190,173). Sum of RGB (Red+Green+Blue) = 122+190+173=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABEAD is #854152. Grayscale: #A7A7A7. Windows color (decimal): -8733011 or 11386490. OLE color: 11386490.

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

Color convert

RGB 122 190 173 -
CMYK 0.36 0 0.09 0.25
HSL 165º 0.34% 0.61% -
HSV(B) 165º 0.36% 0.75% -
XYZ 33.98 43.98 46.23 -
YUV 167.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 122 190 173 0.36 0 0.09 0.25 165 0.34 0.61
Hex 7A BE AD 24 0 9 19 A5 22 3D
Octal 172 276 255 44 0 11 31 245 42 75
Binary 1111010 10111110 10101101 100100 0 1001 11001 10100101 100010 111101

Color Harmonies of #7ABEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABEAD

Black with #7ABEAD

Text Example


Text Example

White with #7ABEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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