Html Css Color HEX #76CDB5 Monte Carlo

📋 copy color: '#76CDB5'

red 118 ◦ green 205 ◦ blue 181

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

Shades of Monte Carlo #76CDB5

Tints of Monte Carlo #76CDB5

RGB

 RED value IS 118 (46.48% from 255) = 23.41%

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 23.41%
G = 40.67%
B = 35.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#76CDB5 (or 0x76CDB5) is known color: Monte Carlo. HEX triplet: 76, CD and B5. RGB value is (118,205,181). Sum of RGB (Red+Green+Blue) = 118+205+181=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDB5 is #89324A. Grayscale: #B0B0B0. Windows color (decimal): -8991307 or 11914614. OLE color: 11914614.

HSL color Cylindrical-coordinate representation of color #76CDB5: hue angle of 163.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDB5 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 181 -
CMYK 0.42 0 0.12 0.20
HSL 163.45º 0.47% 0.63% -
HSV(B) 163.45º 0.42% 0.8% -
XYZ 37.64 50.85 51.55 -
YUV 176.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 118 205 181 0.42 0 0.12 0.20 163.45 0.47 0.63
Hex 76 CD B5 2A 0 C 14 A3 2F 3F
Octal 166 315 265 52 0 14 24 243 57 77
Binary 1110110 11001101 10110101 101010 0 1100 10100 10100011 101111 111111

Color Harmonies of #76CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDB5

Black with #76CDB5

Text Example


Text Example

White with #76CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CDB5; }

 p { color: rgb(118,205,181); }

 H1.HeaderClassName
 {
   color: #76CDB5;
 }
 .AnyTagClassName
 {
   color: #76CDB5;
 }
</style>

background-color css

<style>
 a { background-color: #76CDB5; }

 a { background-color: rgb(118,205,181); }

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

border-color css

<style>
 span { border-color: #76CDB5; }

 span { border-color: rgb(118,205,181); }

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