Html Css Color HEX #7DCCBB Monte Carlo

📋 copy color: '#7DCCBB'

red 125 ◦ green 204 ◦ blue 187

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

Shades of Monte Carlo #7DCCBB

Tints of Monte Carlo #7DCCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 24.22%
G = 39.53%
B = 36.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#7DCCBB (or 0x7DCCBB) is known color: Monte Carlo. HEX triplet: 7D, CC and BB. RGB value is (125,204,187). Sum of RGB (Red+Green+Blue) = 125+204+187=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCBB is #823344. Grayscale: #B2B2B2. Windows color (decimal): -8532805 or 12307581. OLE color: 12307581.

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

Color convert

RGB 125 204 187 -
CMYK 0.39 0 0.08 0.2
HSL 167.09º 0.44% 0.65% -
HSV(B) 167.09º 0.39% 0.8% -
XYZ 39.02 51.13 54.83 -
YUV 178.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 125 204 187 0.39 0 0.08 0.2 167.09 0.44 0.65
Hex 7D CC BB 27 0 8 14 A7 2C 41
Octal 175 314 273 47 0 10 24 247 54 101
Binary 1111101 11001100 10111011 100111 0 1000 10100 10100111 101100 1000001

Color Harmonies of #7DCCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCCBB

Black with #7DCCBB

Text Example


Text Example

White with #7DCCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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