Html Css Color HEX #7DCCB3 Monte Carlo

📋 copy color: '#7DCCB3'

red 125 ◦ green 204 ◦ blue 179

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

Shades of Monte Carlo #7DCCB3

Tints of Monte Carlo #7DCCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 24.61%
G = 40.16%
B = 35.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#7DCCB3 (or 0x7DCCB3) is known color: Monte Carlo. HEX triplet: 7D, CC and B3. RGB value is (125,204,179). Sum of RGB (Red+Green+Blue) = 125+204+179=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCB3 is #82334C. Grayscale: #B1B1B1. Windows color (decimal): -8532813 or 11783293. OLE color: 11783293.

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

Color convert

RGB 125 204 179 -
CMYK 0.39 0 0.12 0.2
HSL 161.01º 0.44% 0.65% -
HSV(B) 161.01º 0.39% 0.8% -
XYZ 38.19 50.8 50.44 -
YUV 177.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 125 204 179 0.39 0 0.12 0.2 161.01 0.44 0.65
Hex 7D CC B3 27 0 C 14 A1 2C 41
Octal 175 314 263 47 0 14 24 241 54 101
Binary 1111101 11001100 10110011 100111 0 1100 10100 10100001 101100 1000001

Color Harmonies of #7DCCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCB3

Black with #7DCCB3

Text Example


Text Example

White with #7DCCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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