Html Css Color HEX #76CEAF Monte Carlo

📋 copy color: '#76CEAF'

red 118 ◦ green 206 ◦ blue 175

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

Shades of Monte Carlo #76CEAF

Tints of Monte Carlo #76CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.28%

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 23.65%
G = 41.28%
B = 35.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#76CEAF (or 0x76CEAF) is known color: Monte Carlo. HEX triplet: 76, CE and AF. RGB value is (118,206,175). Sum of RGB (Red+Green+Blue) = 118+206+175=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CEAF is #893150. Grayscale: #B0B0B0. Windows color (decimal): -8991057 or 11521654. OLE color: 11521654.

HSL color Cylindrical-coordinate representation of color #76CEAF: hue angle of 158.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEAF is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 175 -
CMYK 0.43 0 0.15 0.19
HSL 158.86º 0.47% 0.64% -
HSV(B) 158.86º 0.43% 0.81% -
XYZ 37.28 51.09 48.45 -
YUV 176.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 118 206 175 0.43 0 0.15 0.19 158.86 0.47 0.64
Hex 76 CE AF 2B 0 F 13 9F 2F 40
Octal 166 316 257 53 0 17 23 237 57 100
Binary 1110110 11001110 10101111 101011 0 1111 10011 10011111 101111 1000000

Color Harmonies of #76CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEAF

Black with #76CEAF

Text Example


Text Example

White with #76CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,175); }

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

background-color css

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

 a { background-color: rgb(118,206,175); }

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

border-color css

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

 span { border-color: rgb(118,206,175); }

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