Html Css Color HEX #7FD5AF Monte Carlo

📋 copy color: '#7FD5AF'

red 127 ◦ green 213 ◦ blue 175

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

Shades of Monte Carlo #7FD5AF

Tints of Monte Carlo #7FD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.36%

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

R = 24.66%
G = 41.36%
B = 33.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#7FD5AF (or 0x7FD5AF) is known color: Monte Carlo. HEX triplet: 7F, D5 and AF. RGB value is (127,213,175). Sum of RGB (Red+Green+Blue) = 127+213+175=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD5AF is #802A50. Grayscale: #B7B7B7. Windows color (decimal): -8399441 or 11523455. OLE color: 11523455.

HSL color Cylindrical-coordinate representation of color #7FD5AF: hue angle of 153.49º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5AF is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 213 175 -
CMYK 0.40 0 0.18 0.16
HSL 153.49º 0.51% 0.67% -
HSV(B) 153.49º 0.4% 0.84% -
XYZ 40.28 55.2 49.09 -
YUV 182.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 127 213 175 0.40 0 0.18 0.16 153.49 0.51 0.67
Hex 7F D5 AF 28 0 12 10 99 33 43
Octal 177 325 257 50 0 22 20 231 63 103
Binary 1111111 11010101 10101111 101000 0 10010 10000 10011001 110011 1000011

Color Harmonies of #7FD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD5AF

Black with #7FD5AF

Text Example


Text Example

White with #7FD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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