Html Css Color HEX #7FCCB0 Monte Carlo

📋 copy color: '#7FCCB0'

red 127 ◦ green 204 ◦ blue 176

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

Shades of Monte Carlo #7FCCB0

Tints of Monte Carlo #7FCCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 25.05%
G = 40.24%
B = 34.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#7FCCB0 (or 0x7FCCB0) is known color: Monte Carlo. HEX triplet: 7F, CC and B0. RGB value is (127,204,176). Sum of RGB (Red+Green+Blue) = 127+204+176=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCB0 is #80334F. Grayscale: #B1B1B1. Windows color (decimal): -8401744 or 11586687. OLE color: 11586687.

HSL color Cylindrical-coordinate representation of color #7FCCB0: hue angle of 158.18º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCB0 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 176 -
CMYK 0.38 0 0.14 0.2
HSL 158.18º 0.43% 0.65% -
HSV(B) 158.18º 0.38% 0.8% -
XYZ 38.18 50.83 48.87 -
YUV 177.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 127 204 176 0.38 0 0.14 0.2 158.18 0.43 0.65
Hex 7F CC B0 26 0 E 14 9E 2B 41
Octal 177 314 260 46 0 16 24 236 53 101
Binary 1111111 11001100 10110000 100110 0 1110 10100 10011110 101011 1000001

Color Harmonies of #7FCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCB0

Black with #7FCCB0

Text Example


Text Example

White with #7FCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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