Html Css Color HEX #7CCCAA Monte Carlo

📋 copy color: '#7CCCAA'

red 124 ◦ green 204 ◦ blue 170

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

Shades of Monte Carlo #7CCCAA

Tints of Monte Carlo #7CCCAA

RGB

 RED value IS 124 (48.83% from 255) = 24.9%

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

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 24.9%
G = 40.96%
B = 34.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#7CCCAA (or 0x7CCCAA) is known color: Monte Carlo. HEX triplet: 7C, CC and AA. RGB value is (124,204,170). Sum of RGB (Red+Green+Blue) = 124+204+170=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCCAA is #833355. Grayscale: #B0B0B0. Windows color (decimal): -8598358 or 11193468. OLE color: 11193468.

HSL color Cylindrical-coordinate representation of color #7CCCAA: hue angle of 154.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCAA is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 170 -
CMYK 0.39 0 0.17 0.2
HSL 154.5º 0.44% 0.64% -
HSV(B) 154.5º 0.39% 0.8% -
XYZ 37.16 50.37 45.79 -
YUV 176.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 124 204 170 0.39 0 0.17 0.2 154.5 0.44 0.64
Hex 7C CC AA 27 0 11 14 9A 2C 40
Octal 174 314 252 47 0 21 24 232 54 100
Binary 1111100 11001100 10101010 100111 0 10001 10100 10011010 101100 1000000

Color Harmonies of #7CCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCCAA

Black with #7CCCAA

Text Example


Text Example

White with #7CCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,170); }

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

background-color css

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

 a { background-color: rgb(124,204,170); }

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

border-color css

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

 span { border-color: rgb(124,204,170); }

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