Html Css Color HEX #78CAB2 Monte Carlo

📋 copy color: '#78CAB2'

red 120 ◦ green 202 ◦ blue 178

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

Shades of Monte Carlo #78CAB2

Tints of Monte Carlo #78CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

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

R = 24%
G = 40.4%
B = 35.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#78CAB2 (or 0x78CAB2) is known color: Monte Carlo. HEX triplet: 78, CA and B2. RGB value is (120,202,178). Sum of RGB (Red+Green+Blue) = 120+202+178=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #78CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CAB2 is #87354D. Grayscale: #AEAEAE. Windows color (decimal): -8861006 or 11717240. OLE color: 11717240.

HSL color Cylindrical-coordinate representation of color #78CAB2: hue angle of 162.44º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CAB2 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 202 178 -
CMYK 0.41 0 0.12 0.21
HSL 162.44º 0.44% 0.63% -
HSV(B) 162.44º 0.41% 0.79% -
XYZ 36.9 49.45 49.72 -
YUV 174.75 129.83 88.95 -
System Red Green Blue C M Y K H S L
Decimal 120 202 178 0.41 0 0.12 0.21 162.44 0.44 0.63
Hex 78 CA B2 29 0 C 15 A2 2C 3F
Octal 170 312 262 51 0 14 25 242 54 77
Binary 1111000 11001010 10110010 101001 0 1100 10101 10100010 101100 111111

Color Harmonies of #78CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CAB2

Black with #78CAB2

Text Example


Text Example

White with #78CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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