Html Css Color HEX #7FCAB0 Monte Carlo

📋 copy color: '#7FCAB0'

red 127 ◦ green 202 ◦ blue 176

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

Shades of Monte Carlo #7FCAB0

Tints of Monte Carlo #7FCAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 25.15%
G = 40%
B = 34.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#7FCAB0 (or 0x7FCAB0) is known color: Monte Carlo. HEX triplet: 7F, CA and B0. RGB value is (127,202,176). Sum of RGB (Red+Green+Blue) = 127+202+176=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAB0 is #80354F. Grayscale: #B0B0B0. Windows color (decimal): -8402256 or 11586175. OLE color: 11586175.

HSL color Cylindrical-coordinate representation of color #7FCAB0: hue angle of 159.2º 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 #7FCAB0 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 202 176 -
CMYK 0.37 0 0.13 0.21
HSL 159.2º 0.41% 0.65% -
HSV(B) 159.2º 0.37% 0.79% -
XYZ 37.71 49.89 48.72 -
YUV 176.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 127 202 176 0.37 0 0.13 0.21 159.2 0.41 0.65
Hex 7F CA B0 25 0 D 15 9F 29 41
Octal 177 312 260 45 0 15 25 237 51 101
Binary 1111111 11001010 10110000 100101 0 1101 10101 10011111 101001 1000001

Color Harmonies of #7FCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAB0

Black with #7FCAB0

Text Example


Text Example

White with #7FCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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