Html Css Color HEX #7FCCB2 Monte Carlo

📋 copy color: '#7FCCB2'

red 127 ◦ green 204 ◦ blue 178

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

Shades of Monte Carlo #7FCCB2

Tints of Monte Carlo #7FCCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 24.95%
G = 40.08%
B = 34.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#7FCCB2 (or 0x7FCCB2) is known color: Monte Carlo. HEX triplet: 7F, CC and B2. RGB value is (127,204,178). Sum of RGB (Red+Green+Blue) = 127+204+178=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCCB2 is #80334D. Grayscale: #B2B2B2. Windows color (decimal): -8401742 or 11717759. OLE color: 11717759.

HSL color Cylindrical-coordinate representation of color #7FCCB2: hue angle of 159.74º 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 #7FCCB2 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 178 -
CMYK 0.38 0 0.13 0.2
HSL 159.74º 0.43% 0.65% -
HSV(B) 159.74º 0.38% 0.8% -
XYZ 38.38 50.91 49.92 -
YUV 178.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 127 204 178 0.38 0 0.13 0.2 159.74 0.43 0.65
Hex 7F CC B2 26 0 D 14 A0 2B 41
Octal 177 314 262 46 0 15 24 240 53 101
Binary 1111111 11001100 10110010 100110 0 1101 10100 10100000 101011 1000001

Color Harmonies of #7FCCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCCB2

Black with #7FCCB2

Text Example


Text Example

White with #7FCCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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