Html Css Color HEX #7CCBAB Monte Carlo

📋 copy color: '#7CCBAB'

red 124 ◦ green 203 ◦ blue 171

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

Shades of Monte Carlo #7CCBAB

Tints of Monte Carlo #7CCBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 24.9%
G = 40.76%
B = 34.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#7CCBAB (or 0x7CCBAB) is known color: Monte Carlo. HEX triplet: 7C, CB and AB. RGB value is (124,203,171). Sum of RGB (Red+Green+Blue) = 124+203+171=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCBAB is #833454. Grayscale: #AFAFAF. Windows color (decimal): -8598613 or 11258748. OLE color: 11258748.

HSL color Cylindrical-coordinate representation of color #7CCBAB: hue angle of 155.7º degrees, saturation: 0.43, 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 #7CCBAB is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 171 -
CMYK 0.39 0 0.16 0.20
HSL 155.7º 0.43% 0.64% -
HSV(B) 155.7º 0.39% 0.8% -
XYZ 37.02 49.94 46.22 -
YUV 175.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 124 203 171 0.39 0 0.16 0.20 155.7 0.43 0.64
Hex 7C CB AB 27 0 10 14 9C 2B 40
Octal 174 313 253 47 0 20 24 234 53 100
Binary 1111100 11001011 10101011 100111 0 10000 10100 10011100 101011 1000000

Color Harmonies of #7CCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCBAB

Black with #7CCBAB

Text Example


Text Example

White with #7CCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,203,171); }

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

background-color css

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

 a { background-color: rgb(124,203,171); }

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

border-color css

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

 span { border-color: rgb(124,203,171); }

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