Html Css Color HEX #7FCAAF Monte Carlo

📋 copy color: '#7FCAAF'

red 127 ◦ green 202 ◦ blue 175

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

Shades of Monte Carlo #7FCAAF

Tints of Monte Carlo #7FCAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.72%

R = 25.2%
G = 40.08%
B = 34.72%

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

#7FCAAF (or 0x7FCAAF) is known color: Monte Carlo. HEX triplet: 7F, CA and AF. RGB value is (127,202,175). Sum of RGB (Red+Green+Blue) = 127+202+175=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCAAF is #803550. Grayscale: #B0B0B0. Windows color (decimal): -8402257 or 11520639. OLE color: 11520639.

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

Color convert

RGB 127 202 175 -
CMYK 0.37 0 0.13 0.21
HSL 158.4º 0.41% 0.65% -
HSV(B) 158.4º 0.37% 0.79% -
XYZ 37.61 49.85 48.2 -
YUV 176.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 127 202 175 0.37 0 0.13 0.21 158.4 0.41 0.65
Hex 7F CA AF 25 0 D 15 9E 29 41
Octal 177 312 257 45 0 15 25 236 51 101
Binary 1111111 11001010 10101111 100101 0 1101 10101 10011110 101001 1000001

Color Harmonies of #7FCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCAAF

Black with #7FCAAF

Text Example


Text Example

White with #7FCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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