Html Css Color HEX #7FC9BB Monte Carlo

📋 copy color: '#7FC9BB'

red 127 ◦ green 201 ◦ blue 187

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

Shades of Monte Carlo #7FC9BB

Tints of Monte Carlo #7FC9BB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 24.66%
G = 39.03%
B = 36.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#7FC9BB (or 0x7FC9BB) is known color: Monte Carlo. HEX triplet: 7F, C9 and BB. RGB value is (127,201,187). Sum of RGB (Red+Green+Blue) = 127+201+187=515 (68% of max value = 765). Red value is 127 (50% from 255 or 24.66% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9BB is #803644. Grayscale: #B1B1B1. Windows color (decimal): -8402501 or 12306815. OLE color: 12306815.

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

Color convert

RGB 127 201 187 -
CMYK 0.37 0 0.07 0.21
HSL 168.65º 0.41% 0.64% -
HSV(B) 168.65º 0.37% 0.79% -
XYZ 38.61 49.87 54.61 -
YUV 177.28 133.48 92.14 -
System Red Green Blue C M Y K H S L
Decimal 127 201 187 0.37 0 0.07 0.21 168.65 0.41 0.64
Hex 7F C9 BB 25 0 7 15 A9 29 40
Octal 177 311 273 45 0 7 25 251 51 100
Binary 1111111 11001001 10111011 100101 0 111 10101 10101001 101001 1000000

Color Harmonies of #7FC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC9BB

Black with #7FC9BB

Text Example


Text Example

White with #7FC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,201,187); }

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

background-color css

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

 a { background-color: rgb(127,201,187); }

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

border-color css

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

 span { border-color: rgb(127,201,187); }

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