Html Css Color HEX #7CE0A5 Vista Blue

📋 copy color: '#7CE0A5'

red 124 ◦ green 224 ◦ blue 165

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

Shades of Vista Blue #7CE0A5

Tints of Vista Blue #7CE0A5

RGB

 RED value IS 124 (48.83% from 255) = 24.17%

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 165 (64.84% from 255) = 32.16%

R = 24.17%
G = 43.66%
B = 32.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#7CE0A5 (or 0x7CE0A5) is known color: Vista Blue. HEX triplet: 7C, E0 and A5. RGB value is (124,224,165). Sum of RGB (Red+Green+Blue) = 124+224+165=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE0A5 is #831F5A. Grayscale: #BBBBBB. Windows color (decimal): -8593243 or 10870908. OLE color: 10870908.

HSL color Cylindrical-coordinate representation of color #7CE0A5: hue angle of 144.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE0A5 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 124 224 165 -
CMYK 0.45 0 0.26 0.12
HSL 144.6º 0.62% 0.68% -
HSV(B) 144.6º 0.45% 0.88% -
XYZ 41.76 60.31 45.04 -
YUV 187.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 124 224 165 0.45 0 0.26 0.12 144.6 0.62 0.68
Hex 7C E0 A5 2D 0 1A C 91 3E 44
Octal 174 340 245 55 0 32 14 221 76 104
Binary 1111100 11100000 10100101 101101 0 11010 1100 10010001 111110 1000100

Color Harmonies of #7CE0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE0A5

Black with #7CE0A5

Text Example


Text Example

White with #7CE0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CE0A5; }

 p { color: rgb(124,224,165); }

 H1.HeaderClassName
 {
   color: #7CE0A5;
 }
 .AnyTagClassName
 {
   color: #7CE0A5;
 }
</style>

background-color css

<style>
 a { background-color: #7CE0A5; }

 a { background-color: rgb(124,224,165); }

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

border-color css

<style>
 span { border-color: #7CE0A5; }

 span { border-color: rgb(124,224,165); }

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