Html Css Color HEX #78BFA4 Monte Carlo

📋 copy color: '#78BFA4'

red 120 ◦ green 191 ◦ blue 164

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

Shades of Monte Carlo #78BFA4

Tints of Monte Carlo #78BFA4

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 164 (64.45% from 255) = 34.53%

R = 25.26%
G = 40.21%
B = 34.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#78BFA4 (or 0x78BFA4) is known color: Monte Carlo. HEX triplet: 78, BF and A4. RGB value is (120,191,164). Sum of RGB (Red+Green+Blue) = 120+191+164=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #78BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BFA4 is #87405B. Grayscale: #A6A6A6. Windows color (decimal): -8863836 or 10796920. OLE color: 10796920.

HSL color Cylindrical-coordinate representation of color #78BFA4: hue angle of 157.18º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BFA4 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 164 -
CMYK 0.37 0 0.14 0.25
HSL 157.18º 0.36% 0.61% -
HSV(B) 157.18º 0.37% 0.75% -
XYZ 33.08 43.94 41.86 -
YUV 166.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 120 191 164 0.37 0 0.14 0.25 157.18 0.36 0.61
Hex 78 BF A4 25 0 E 19 9D 24 3D
Octal 170 277 244 45 0 16 31 235 44 75
Binary 1111000 10111111 10100100 100101 0 1110 11001 10011101 100100 111101

Color Harmonies of #78BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BFA4

Black with #78BFA4

Text Example


Text Example

White with #78BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,191,164); }

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

background-color css

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

 a { background-color: rgb(120,191,164); }

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

border-color css

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

 span { border-color: rgb(120,191,164); }

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