Html Css Color HEX #7CBEBD Monte Carlo

📋 copy color: '#7CBEBD'

red 124 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #7CBEBD

Tints of Monte Carlo #7CBEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 189 (74.22% from 255) = 37.57%

R = 24.65%
G = 37.77%
B = 37.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#7CBEBD (or 0x7CBEBD) is known color: Monte Carlo. HEX triplet: 7C, BE and BD. RGB value is (124,190,189). Sum of RGB (Red+Green+Blue) = 124+190+189=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBEBD is #834142. Grayscale: #AAAAAA. Windows color (decimal): -8601923 or 12435068. OLE color: 12435068.

HSL color Cylindrical-coordinate representation of color #7CBEBD: hue angle of 179.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBEBD is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 190 189 -
CMYK 0.35 0 0.01 0.25
HSL 179.09º 0.34% 0.62% -
HSV(B) 179.09º 0.35% 0.75% -
XYZ 35.91 44.79 54.9 -
YUV 170.15 138.63 95.08 -
System Red Green Blue C M Y K H S L
Decimal 124 190 189 0.35 0 0.01 0.25 179.09 0.34 0.62
Hex 7C BE BD 23 0 1 19 B3 22 3E
Octal 174 276 275 43 0 1 31 263 42 76
Binary 1111100 10111110 10111101 100011 0 1 11001 10110011 100010 111110

Color Harmonies of #7CBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBEBD

Black with #7CBEBD

Text Example


Text Example

White with #7CBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,190,189); }

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

background-color css

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

 a { background-color: rgb(124,190,189); }

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

border-color css

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

 span { border-color: rgb(124,190,189); }

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