Html Css Color HEX #7DCEBA Monte Carlo

📋 copy color: '#7DCEBA'

red 125 ◦ green 206 ◦ blue 186

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

Shades of Monte Carlo #7DCEBA

Tints of Monte Carlo #7DCEBA

RGB

 RED value IS 125 (49.22% from 255) = 24.18%

 GREEN value IS 206 (80.86% from 255) = 39.85%

 BLUE value IS 186 (73.05% from 255) = 35.98%

R = 24.18%
G = 39.85%
B = 35.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#7DCEBA (or 0x7DCEBA) is known color: Monte Carlo. HEX triplet: 7D, CE and BA. RGB value is (125,206,186). Sum of RGB (Red+Green+Blue) = 125+206+186=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEBA is #823145. Grayscale: #B3B3B3. Windows color (decimal): -8532294 or 12242557. OLE color: 12242557.

HSL color Cylindrical-coordinate representation of color #7DCEBA: hue angle of 165.19º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCEBA is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 186 -
CMYK 0.39 0 0.10 0.19
HSL 165.19º 0.45% 0.65% -
HSV(B) 165.19º 0.39% 0.81% -
XYZ 39.39 52.05 54.42 -
YUV 179.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 125 206 186 0.39 0 0.10 0.19 165.19 0.45 0.65
Hex 7D CE BA 27 0 A 13 A5 2D 41
Octal 175 316 272 47 0 12 23 245 55 101
Binary 1111101 11001110 10111010 100111 0 1010 10011 10100101 101101 1000001

Color Harmonies of #7DCEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEBA

Black with #7DCEBA

Text Example


Text Example

White with #7DCEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,186); }

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

background-color css

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

 a { background-color: rgb(125,206,186); }

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

border-color css

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

 span { border-color: rgb(125,206,186); }

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