Html Css Color HEX #78CCBA Monte Carlo

📋 copy color: '#78CCBA'

red 120 ◦ green 204 ◦ blue 186

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

Shades of Monte Carlo #78CCBA

Tints of Monte Carlo #78CCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 23.53%
G = 40%
B = 36.47%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#78CCBA (or 0x78CCBA) is known color: Monte Carlo. HEX triplet: 78, CC and BA. RGB value is (120,204,186). Sum of RGB (Red+Green+Blue) = 120+204+186=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #78CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CCBA is #873345. Grayscale: #B0B0B0. Windows color (decimal): -8860486 or 12242040. OLE color: 12242040.

HSL color Cylindrical-coordinate representation of color #78CCBA: hue angle of 167.14º 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 #78CCBA is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 204 186 -
CMYK 0.41 0 0.09 0.2
HSL 167.14º 0.45% 0.64% -
HSV(B) 167.14º 0.41% 0.8% -
XYZ 38.2 50.72 54.23 -
YUV 176.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 120 204 186 0.41 0 0.09 0.2 167.14 0.45 0.64
Hex 78 CC BA 29 0 9 14 A7 2D 40
Octal 170 314 272 51 0 11 24 247 55 100
Binary 1111000 11001100 10111010 101001 0 1001 10100 10100111 101101 1000000

Color Harmonies of #78CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CCBA

Black with #78CCBA

Text Example


Text Example

White with #78CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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