Html Css Color HEX #78CCB4 Monte Carlo

📋 copy color: '#78CCB4'

red 120 ◦ green 204 ◦ blue 180

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

Shades of Monte Carlo #78CCB4

Tints of Monte Carlo #78CCB4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.48%

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 23.81%
G = 40.48%
B = 35.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#78CCB4 (or 0x78CCB4) is known color: Monte Carlo. HEX triplet: 78, CC and B4. RGB value is (120,204,180). Sum of RGB (Red+Green+Blue) = 120+204+180=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCB4 is #87334B. Grayscale: #B0B0B0. Windows color (decimal): -8860492 or 11848824. OLE color: 11848824.

HSL color Cylindrical-coordinate representation of color #78CCB4: hue angle of 162.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CCB4 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 180 -
CMYK 0.41 0 0.12 0.2
HSL 162.86º 0.45% 0.64% -
HSV(B) 162.86º 0.41% 0.8% -
XYZ 37.58 50.47 50.94 -
YUV 176.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 120 204 180 0.41 0 0.12 0.2 162.86 0.45 0.64
Hex 78 CC B4 29 0 C 14 A3 2D 40
Octal 170 314 264 51 0 14 24 243 55 100
Binary 1111000 11001100 10110100 101001 0 1100 10100 10100011 101101 1000000

Color Harmonies of #78CCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCB4

Black with #78CCB4

Text Example


Text Example

White with #78CCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,204,180); }

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

background-color css

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

 a { background-color: rgb(120,204,180); }

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

border-color css

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

 span { border-color: rgb(120,204,180); }

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