Html Css Color HEX #7FCCAB Monte Carlo

📋 copy color: '#7FCCAB'

red 127 ◦ green 204 ◦ blue 171

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

Shades of Monte Carlo #7FCCAB

Tints of Monte Carlo #7FCCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 25.3%
G = 40.64%
B = 34.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#7FCCAB (or 0x7FCCAB) is known color: Monte Carlo. HEX triplet: 7F, CC and AB. RGB value is (127,204,171). Sum of RGB (Red+Green+Blue) = 127+204+171=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCAB is #803354. Grayscale: #B1B1B1. Windows color (decimal): -8401749 or 11259007. OLE color: 11259007.

HSL color Cylindrical-coordinate representation of color #7FCCAB: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCAB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 171 -
CMYK 0.38 0 0.16 0.2
HSL 154.29º 0.43% 0.65% -
HSV(B) 154.29º 0.38% 0.8% -
XYZ 37.7 50.64 46.32 -
YUV 177.22 124.49 92.18 -
System Red Green Blue C M Y K H S L
Decimal 127 204 171 0.38 0 0.16 0.2 154.29 0.43 0.65
Hex 7F CC AB 26 0 10 14 9A 2B 41
Octal 177 314 253 46 0 20 24 232 53 101
Binary 1111111 11001100 10101011 100110 0 10000 10100 10011010 101011 1000001

Color Harmonies of #7FCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCAB

Black with #7FCCAB

Text Example


Text Example

White with #7FCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,204,171); }

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

background-color css

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

 a { background-color: rgb(127,204,171); }

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

border-color css

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

 span { border-color: rgb(127,204,171); }

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