Html Css Color HEX #7DCBAB Monte Carlo

📋 copy color: '#7DCBAB'

red 125 ◦ green 203 ◦ blue 171

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

Shades of Monte Carlo #7DCBAB

Tints of Monte Carlo #7DCBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.68%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 25.05%
G = 40.68%
B = 34.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#7DCBAB (or 0x7DCBAB) is known color: Monte Carlo. HEX triplet: 7D, CB and AB. RGB value is (125,203,171). Sum of RGB (Red+Green+Blue) = 125+203+171=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCBAB is #823454. Grayscale: #B0B0B0. Windows color (decimal): -8533077 or 11258749. OLE color: 11258749.

HSL color Cylindrical-coordinate representation of color #7DCBAB: hue angle of 155.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBAB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 171 -
CMYK 0.38 0 0.16 0.20
HSL 155.38º 0.43% 0.64% -
HSV(B) 155.38º 0.38% 0.8% -
XYZ 37.16 50.01 46.22 -
YUV 176.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 125 203 171 0.38 0 0.16 0.20 155.38 0.43 0.64
Hex 7D CB AB 26 0 10 14 9B 2B 40
Octal 175 313 253 46 0 20 24 233 53 100
Binary 1111101 11001011 10101011 100110 0 10000 10100 10011011 101011 1000000

Color Harmonies of #7DCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBAB

Black with #7DCBAB

Text Example


Text Example

White with #7DCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,203,171); }

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

background-color css

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

 a { background-color: rgb(125,203,171); }

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

border-color css

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

 span { border-color: rgb(125,203,171); }

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