Html Css Color HEX #7FBCAA Monte Carlo

📋 copy color: '#7FBCAA'

red 127 ◦ green 188 ◦ blue 170

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

Shades of Monte Carlo #7FBCAA

Tints of Monte Carlo #7FBCAA

RGB

 RED value IS 127 (50% from 255) = 26.19%

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

 BLUE value IS 170 (66.8% from 255) = 35.05%

R = 26.19%
G = 38.76%
B = 35.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#7FBCAA (or 0x7FBCAA) is known color: Monte Carlo. HEX triplet: 7F, BC and AA. RGB value is (127,188,170). Sum of RGB (Red+Green+Blue) = 127+188+170=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBCAA is #804355. Grayscale: #A7A7A7. Windows color (decimal): -8405846 or 11189375. OLE color: 11189375.

HSL color Cylindrical-coordinate representation of color #7FBCAA: hue angle of 162.3º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBCAA is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 170 -
CMYK 0.32 0 0.10 0.26
HSL 162.3º 0.31% 0.62% -
HSV(B) 162.3º 0.32% 0.74% -
XYZ 33.99 43.38 44.61 -
YUV 167.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 127 188 170 0.32 0 0.10 0.26 162.3 0.31 0.62
Hex 7F BC AA 20 0 A 1A A2 1F 3E
Octal 177 274 252 40 0 12 32 242 37 76
Binary 1111111 10111100 10101010 100000 0 1010 11010 10100010 11111 111110

Color Harmonies of #7FBCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBCAA

Black with #7FBCAA

Text Example


Text Example

White with #7FBCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,170); }

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

background-color css

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

 a { background-color: rgb(127,188,170); }

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

border-color css

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

 span { border-color: rgb(127,188,170); }

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