Html Css Color HEX #7DCABD Monte Carlo

📋 copy color: '#7DCABD'

red 125 ◦ green 202 ◦ blue 189

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

Shades of Monte Carlo #7DCABD

Tints of Monte Carlo #7DCABD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.15%

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 24.22%
G = 39.15%
B = 36.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#7DCABD (or 0x7DCABD) is known color: Monte Carlo. HEX triplet: 7D, CA and BD. RGB value is (125,202,189). Sum of RGB (Red+Green+Blue) = 125+202+189=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCABD is #823542. Grayscale: #B1B1B1. Windows color (decimal): -8533315 or 12438141. OLE color: 12438141.

HSL color Cylindrical-coordinate representation of color #7DCABD: hue angle of 169.87º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCABD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 202 189 -
CMYK 0.38 0 0.06 0.21
HSL 169.87º 0.42% 0.64% -
HSV(B) 169.87º 0.38% 0.79% -
XYZ 38.76 50.28 55.81 -
YUV 177.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 125 202 189 0.38 0 0.06 0.21 169.87 0.42 0.64
Hex 7D CA BD 26 0 6 15 AA 2A 40
Octal 175 312 275 46 0 6 25 252 52 100
Binary 1111101 11001010 10111101 100110 0 110 10101 10101010 101010 1000000

Color Harmonies of #7DCABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCABD

Black with #7DCABD

Text Example


Text Example

White with #7DCABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,202,189); }

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

background-color css

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

 a { background-color: rgb(125,202,189); }

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

border-color css

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

 span { border-color: rgb(125,202,189); }

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