Html Css Color HEX #7FCAB4 Monte Carlo

📋 copy color: '#7FCAB4'

red 127 ◦ green 202 ◦ blue 180

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

Shades of Monte Carlo #7FCAB4

Tints of Monte Carlo #7FCAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.69%

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 24.95%
G = 39.69%
B = 35.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#7FCAB4 (or 0x7FCAB4) is known color: Monte Carlo. HEX triplet: 7F, CA and B4. RGB value is (127,202,180). Sum of RGB (Red+Green+Blue) = 127+202+180=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAB4 is #80354B. Grayscale: #B1B1B1. Windows color (decimal): -8402252 or 11848319. OLE color: 11848319.

HSL color Cylindrical-coordinate representation of color #7FCAB4: hue angle of 162.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCAB4 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 180 -
CMYK 0.37 0 0.11 0.21
HSL 162.4º 0.41% 0.65% -
HSV(B) 162.4º 0.37% 0.79% -
XYZ 38.11 50.05 50.83 -
YUV 177.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 127 202 180 0.37 0 0.11 0.21 162.4 0.41 0.65
Hex 7F CA B4 25 0 B 15 A2 29 41
Octal 177 312 264 45 0 13 25 242 51 101
Binary 1111111 11001010 10110100 100101 0 1011 10101 10100010 101001 1000001

Color Harmonies of #7FCAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAB4

Black with #7FCAB4

Text Example


Text Example

White with #7FCAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,202,180); }

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

background-color css

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

 a { background-color: rgb(127,202,180); }

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

border-color css

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

 span { border-color: rgb(127,202,180); }

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