Html Css Color HEX #7DCFAD Monte Carlo

📋 copy color: '#7DCFAD'

red 125 ◦ green 207 ◦ blue 173

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

Shades of Monte Carlo #7DCFAD

Tints of Monte Carlo #7DCFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 24.75%
G = 40.99%
B = 34.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#7DCFAD (or 0x7DCFAD) is known color: Monte Carlo. HEX triplet: 7D, CF and AD. RGB value is (125,207,173). Sum of RGB (Red+Green+Blue) = 125+207+173=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCFAD is #823052. Grayscale: #B2B2B2. Windows color (decimal): -8532051 or 11390845. OLE color: 11390845.

HSL color Cylindrical-coordinate representation of color #7DCFAD: hue angle of 155.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFAD is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 173 -
CMYK 0.40 0 0.16 0.19
HSL 155.12º 0.46% 0.65% -
HSV(B) 155.12º 0.4% 0.81% -
XYZ 38.31 52 47.55 -
YUV 178.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 125 207 173 0.40 0 0.16 0.19 155.12 0.46 0.65
Hex 7D CF AD 28 0 10 13 9B 2E 41
Octal 175 317 255 50 0 20 23 233 56 101
Binary 1111101 11001111 10101101 101000 0 10000 10011 10011011 101110 1000001

Color Harmonies of #7DCFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFAD

Black with #7DCFAD

Text Example


Text Example

White with #7DCFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,173); }

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

background-color css

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

 a { background-color: rgb(125,207,173); }

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

border-color css

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

 span { border-color: rgb(125,207,173); }

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