Html Css Color HEX #7DCEB4 Monte Carlo

📋 copy color: '#7DCEB4'

red 125 ◦ green 206 ◦ blue 180

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

Shades of Monte Carlo #7DCEB4

Tints of Monte Carlo #7DCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 24.46%
G = 40.31%
B = 35.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#7DCEB4 (or 0x7DCEB4) is known color: Monte Carlo. HEX triplet: 7D, CE and B4. RGB value is (125,206,180). Sum of RGB (Red+Green+Blue) = 125+206+180=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCEB4 is #82314B. Grayscale: #B2B2B2. Windows color (decimal): -8532300 or 11849341. OLE color: 11849341.

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

Color convert

RGB 125 206 180 -
CMYK 0.39 0 0.13 0.19
HSL 160.74º 0.45% 0.65% -
HSV(B) 160.74º 0.39% 0.81% -
XYZ 38.77 51.8 51.13 -
YUV 178.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 125 206 180 0.39 0 0.13 0.19 160.74 0.45 0.65
Hex 7D CE B4 27 0 D 13 A1 2D 41
Octal 175 316 264 47 0 15 23 241 55 101
Binary 1111101 11001110 10110100 100111 0 1101 10011 10100001 101101 1000001

Color Harmonies of #7DCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCEB4

Black with #7DCEB4

Text Example


Text Example

White with #7DCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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