Html Css Color HEX #7DCEAE Monte Carlo

📋 copy color: '#7DCEAE'

red 125 ◦ green 206 ◦ blue 174

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

Shades of Monte Carlo #7DCEAE

Tints of Monte Carlo #7DCEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.46%

R = 24.75%
G = 40.79%
B = 34.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#7DCEAE (or 0x7DCEAE) is known color: Monte Carlo. HEX triplet: 7D, CE and AE. RGB value is (125,206,174). Sum of RGB (Red+Green+Blue) = 125+206+174=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCEAE is #823151. Grayscale: #B2B2B2. Windows color (decimal): -8532306 or 11456125. OLE color: 11456125.

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

Color convert

RGB 125 206 174 -
CMYK 0.39 0 0.16 0.19
HSL 156.3º 0.45% 0.65% -
HSV(B) 156.3º 0.39% 0.81% -
XYZ 38.17 51.56 47.98 -
YUV 178.13 125.66 90.1 -
System Red Green Blue C M Y K H S L
Decimal 125 206 174 0.39 0 0.16 0.19 156.3 0.45 0.65
Hex 7D CE AE 27 0 10 13 9C 2D 41
Octal 175 316 256 47 0 20 23 234 55 101
Binary 1111101 11001110 10101110 100111 0 10000 10011 10011100 101101 1000001

Color Harmonies of #7DCEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEAE

Black with #7DCEAE

Text Example


Text Example

White with #7DCEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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