Html Css Color HEX #7FB9AF Monte Carlo

📋 copy color: '#7FB9AF'

red 127 ◦ green 185 ◦ blue 175

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

Shades of Monte Carlo #7FB9AF

Tints of Monte Carlo #7FB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 26.08%
G = 37.99%
B = 35.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#7FB9AF (or 0x7FB9AF) is known color: Monte Carlo. HEX triplet: 7F, B9 and AF. RGB value is (127,185,175). Sum of RGB (Red+Green+Blue) = 127+185+175=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB9AF is #804650. Grayscale: #A6A6A6. Windows color (decimal): -8406609 or 11516287. OLE color: 11516287.

HSL color Cylindrical-coordinate representation of color #7FB9AF: hue angle of 169.66º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB9AF is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 185 175 -
CMYK 0.31 0 0.05 0.27
HSL 169.66º 0.29% 0.61% -
HSV(B) 169.66º 0.31% 0.73% -
XYZ 33.84 42.31 46.94 -
YUV 166.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 127 185 175 0.31 0 0.05 0.27 169.66 0.29 0.61
Hex 7F B9 AF 1F 0 5 1B AA 1D 3D
Octal 177 271 257 37 0 5 33 252 35 75
Binary 1111111 10111001 10101111 11111 0 101 11011 10101010 11101 111101

Color Harmonies of #7FB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB9AF

Black with #7FB9AF

Text Example


Text Example

White with #7FB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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