Html Css Color HEX #7DCABA Monte Carlo

📋 copy color: '#7DCABA'

red 125 ◦ green 202 ◦ blue 186

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

Shades of Monte Carlo #7DCABA

Tints of Monte Carlo #7DCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.26%

R = 24.37%
G = 39.38%
B = 36.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#7DCABA (or 0x7DCABA) is known color: Monte Carlo. HEX triplet: 7D, CA and BA. RGB value is (125,202,186). Sum of RGB (Red+Green+Blue) = 125+202+186=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCABA is #823545. Grayscale: #B1B1B1. Windows color (decimal): -8533318 or 12241533. OLE color: 12241533.

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

Color convert

RGB 125 202 186 -
CMYK 0.38 0 0.08 0.21
HSL 167.53º 0.42% 0.64% -
HSV(B) 167.53º 0.38% 0.79% -
XYZ 38.44 50.15 54.11 -
YUV 177.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 125 202 186 0.38 0 0.08 0.21 167.53 0.42 0.64
Hex 7D CA BA 26 0 8 15 A8 2A 40
Octal 175 312 272 46 0 10 25 250 52 100
Binary 1111101 11001010 10111010 100110 0 1000 10101 10101000 101010 1000000

Color Harmonies of #7DCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCABA

Black with #7DCABA

Text Example


Text Example

White with #7DCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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