Html Css Color HEX #7CBCB3 Monte Carlo

📋 copy color: '#7CBCB3'

red 124 ◦ green 188 ◦ blue 179

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

Shades of Monte Carlo #7CBCB3

Tints of Monte Carlo #7CBCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

 BLUE value IS 179 (70.31% from 255) = 36.46%

R = 25.25%
G = 38.29%
B = 36.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#7CBCB3 (or 0x7CBCB3) is known color: Monte Carlo. HEX triplet: 7C, BC and B3. RGB value is (124,188,179). Sum of RGB (Red+Green+Blue) = 124+188+179=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBCB3 is #83434C. Grayscale: #A7A7A7. Windows color (decimal): -8602445 or 11779196. OLE color: 11779196.

HSL color Cylindrical-coordinate representation of color #7CBCB3: hue angle of 171.56º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCB3 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 179 -
CMYK 0.34 0 0.05 0.26
HSL 171.56º 0.32% 0.61% -
HSV(B) 171.56º 0.34% 0.74% -
XYZ 34.43 43.51 49.23 -
YUV 167.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 124 188 179 0.34 0 0.05 0.26 171.56 0.32 0.61
Hex 7C BC B3 22 0 5 1A AC 20 3D
Octal 174 274 263 42 0 5 32 254 40 75
Binary 1111100 10111100 10110011 100010 0 101 11010 10101100 100000 111101

Color Harmonies of #7CBCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCB3

Black with #7CBCB3

Text Example


Text Example

White with #7CBCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,179); }

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

background-color css

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

 a { background-color: rgb(124,188,179); }

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

border-color css

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

 span { border-color: rgb(124,188,179); }

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