Html Css Color HEX #78C8B0 Monte Carlo

📋 copy color: '#78C8B0'

red 120 ◦ green 200 ◦ blue 176

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

Shades of Monte Carlo #78C8B0

Tints of Monte Carlo #78C8B0

RGB

 RED value IS 120 (47.27% from 255) = 24.19%

 GREEN value IS 200 (78.52% from 255) = 40.32%

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 24.19%
G = 40.32%
B = 35.48%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#78C8B0 (or 0x78C8B0) is known color: Monte Carlo. HEX triplet: 78, C8 and B0. RGB value is (120,200,176). Sum of RGB (Red+Green+Blue) = 120+200+176=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #78C8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C8B0 is #87374F. Grayscale: #ADADAD. Windows color (decimal): -8861520 or 11585656. OLE color: 11585656.

HSL color Cylindrical-coordinate representation of color #78C8B0: hue angle of 162º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78C8B0 is Cyan = 0.4, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 200 176 -
CMYK 0.4 0 0.12 0.22
HSL 162º 0.42% 0.63% -
HSV(B) 162º 0.4% 0.78% -
XYZ 36.24 48.44 48.51 -
YUV 173.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 120 200 176 0.4 0 0.12 0.22 162 0.42 0.63
Hex 78 C8 B0 28 0 C 16 A2 2A 3F
Octal 170 310 260 50 0 14 26 242 52 77
Binary 1111000 11001000 10110000 101000 0 1100 10110 10100010 101010 111111

Color Harmonies of #78C8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C8B0

Black with #78C8B0

Text Example


Text Example

White with #78C8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78C8B0; }

 p { color: rgb(120,200,176); }

 H1.HeaderClassName
 {
   color: #78C8B0;
 }
 .AnyTagClassName
 {
   color: #78C8B0;
 }
</style>

background-color css

<style>
 a { background-color: #78C8B0; }

 a { background-color: rgb(120,200,176); }

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

border-color css

<style>
 span { border-color: #78C8B0; }

 span { border-color: rgb(120,200,176); }

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