Html Css Color HEX #7DCEAB Monte Carlo

📋 copy color: '#7DCEAB'

red 125 ◦ green 206 ◦ blue 171

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

Shades of Monte Carlo #7DCEAB

Tints of Monte Carlo #7DCEAB

RGB

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

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

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

R = 24.9%
G = 41.04%
B = 34.06%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#7DCEAB (or 0x7DCEAB) is known color: Monte Carlo. HEX triplet: 7D, CE and AB. RGB value is (125,206,171). Sum of RGB (Red+Green+Blue) = 125+206+171=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEAB is #823154. Grayscale: #B1B1B1. Windows color (decimal): -8532309 or 11259517. OLE color: 11259517.

HSL color Cylindrical-coordinate representation of color #7DCEAB: hue angle of 154.07º 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 #7DCEAB is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 171 -
CMYK 0.39 0 0.17 0.19
HSL 154.07º 0.45% 0.65% -
HSV(B) 154.07º 0.39% 0.81% -
XYZ 37.88 51.44 46.46 -
YUV 177.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 125 206 171 0.39 0 0.17 0.19 154.07 0.45 0.65
Hex 7D CE AB 27 0 11 13 9A 2D 41
Octal 175 316 253 47 0 21 23 232 55 101
Binary 1111101 11001110 10101011 100111 0 10001 10011 10011010 101101 1000001

Color Harmonies of #7DCEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEAB

Black with #7DCEAB

Text Example


Text Example

White with #7DCEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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