Html Css Color HEX #7DCCA8 Monte Carlo

📋 copy color: '#7DCCA8'

red 125 ◦ green 204 ◦ blue 168

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

Shades of Monte Carlo #7DCCA8

Tints of Monte Carlo #7DCCA8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 25.15%
G = 41.05%
B = 33.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#7DCCA8 (or 0x7DCCA8) is known color: Monte Carlo. HEX triplet: 7D, CC and A8. RGB value is (125,204,168). Sum of RGB (Red+Green+Blue) = 125+204+168=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCCA8 is #823357. Grayscale: #B0B0B0. Windows color (decimal): -8532824 or 11062397. OLE color: 11062397.

HSL color Cylindrical-coordinate representation of color #7DCCA8: hue angle of 152.66º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCCA8 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 204 168 -
CMYK 0.39 0 0.18 0.2
HSL 152.66º 0.44% 0.65% -
HSV(B) 152.66º 0.39% 0.8% -
XYZ 37.12 50.37 44.81 -
YUV 176.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 125 204 168 0.39 0 0.18 0.2 152.66 0.44 0.65
Hex 7D CC A8 27 0 12 14 99 2C 41
Octal 175 314 250 47 0 22 24 231 54 101
Binary 1111101 11001100 10101000 100111 0 10010 10100 10011001 101100 1000001

Color Harmonies of #7DCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCA8

Black with #7DCCA8

Text Example


Text Example

White with #7DCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,168); }

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

background-color css

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

 a { background-color: rgb(125,204,168); }

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

border-color css

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

 span { border-color: rgb(125,204,168); }

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