Html Css Color HEX #7CB9B5 Monte Carlo

📋 copy color: '#7CB9B5'

red 124 ◦ green 185 ◦ blue 181

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

Shades of Monte Carlo #7CB9B5

Tints of Monte Carlo #7CB9B5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.76%

 BLUE value IS 181 (71.09% from 255) = 36.94%

R = 25.31%
G = 37.76%
B = 36.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#7CB9B5 (or 0x7CB9B5) is known color: Monte Carlo. HEX triplet: 7C, B9 and B5. RGB value is (124,185,181). Sum of RGB (Red+Green+Blue) = 124+185+181=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9B5 is #83464A. Grayscale: #A6A6A6. Windows color (decimal): -8603211 or 11909500. OLE color: 11909500.

HSL color Cylindrical-coordinate representation of color #7CB9B5: hue angle of 176.07º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB9B5 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 185 181 -
CMYK 0.33 0 0.02 0.27
HSL 176.07º 0.3% 0.61% -
HSV(B) 176.07º 0.33% 0.73% -
XYZ 34 42.32 50.09 -
YUV 166.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 124 185 181 0.33 0 0.02 0.27 176.07 0.3 0.61
Hex 7C B9 B5 21 0 2 1B B0 1E 3D
Octal 174 271 265 41 0 2 33 260 36 75
Binary 1111100 10111001 10110101 100001 0 10 11011 10110000 11110 111101

Color Harmonies of #7CB9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB9B5

Black with #7CB9B5

Text Example


Text Example

White with #7CB9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,185,181); }

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

background-color css

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

 a { background-color: rgb(124,185,181); }

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

border-color css

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

 span { border-color: rgb(124,185,181); }

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