Html Css Color HEX #78C6B2 Monte Carlo

📋 copy color: '#78C6B2'

red 120 ◦ green 198 ◦ blue 178

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

Shades of Monte Carlo #78C6B2

Tints of Monte Carlo #78C6B2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 24.19%
G = 39.92%
B = 35.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#78C6B2 (or 0x78C6B2) is known color: Monte Carlo. HEX triplet: 78, C6 and B2. RGB value is (120,198,178). Sum of RGB (Red+Green+Blue) = 120+198+178=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 198 - color contains mainly: green. Hex color #78C6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C6B2 is #87394D. Grayscale: #ACACAC. Windows color (decimal): -8862030 or 11716216. OLE color: 11716216.

HSL color Cylindrical-coordinate representation of color #78C6B2: hue angle of 164.62º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C6B2 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 120 198 178 -
CMYK 0.39 0 0.10 0.22
HSL 164.62º 0.41% 0.62% -
HSV(B) 164.62º 0.39% 0.78% -
XYZ 35.98 47.6 49.41 -
YUV 172.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 120 198 178 0.39 0 0.10 0.22 164.62 0.41 0.62
Hex 78 C6 B2 27 0 A 16 A5 29 3E
Octal 170 306 262 47 0 12 26 245 51 76
Binary 1111000 11000110 10110010 100111 0 1010 10110 10100101 101001 111110

Color Harmonies of #78C6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C6B2

Black with #78C6B2

Text Example


Text Example

White with #78C6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,198,178); }

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

background-color css

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

 a { background-color: rgb(120,198,178); }

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

border-color css

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

 span { border-color: rgb(120,198,178); }

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