Html Css Color HEX #7DBEAC Monte Carlo

📋 copy color: '#7DBEAC'

red 125 ◦ green 190 ◦ blue 172

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

Shades of Monte Carlo #7DBEAC

Tints of Monte Carlo #7DBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.01%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 25.67%
G = 39.01%
B = 35.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#7DBEAC (or 0x7DBEAC) is known color: Monte Carlo. HEX triplet: 7D, BE and AC. RGB value is (125,190,172). Sum of RGB (Red+Green+Blue) = 125+190+172=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEAC is #824153. Grayscale: #A8A8A8. Windows color (decimal): -8536404 or 11320957. OLE color: 11320957.

HSL color Cylindrical-coordinate representation of color #7DBEAC: hue angle of 163.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBEAC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 190 172 -
CMYK 0.34 0 0.09 0.25
HSL 163.38º 0.33% 0.62% -
HSV(B) 163.38º 0.34% 0.75% -
XYZ 34.32 44.17 45.75 -
YUV 168.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 125 190 172 0.34 0 0.09 0.25 163.38 0.33 0.62
Hex 7D BE AC 22 0 9 19 A3 21 3E
Octal 175 276 254 42 0 11 31 243 41 76
Binary 1111101 10111110 10101100 100010 0 1001 11001 10100011 100001 111110

Color Harmonies of #7DBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBEAC

Black with #7DBEAC

Text Example


Text Example

White with #7DBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,190,172); }

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

background-color css

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

 a { background-color: rgb(125,190,172); }

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

border-color css

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

 span { border-color: rgb(125,190,172); }

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