Html Css Color HEX #7CE5B1 Vista Blue

📋 copy color: '#7CE5B1'

red 124 ◦ green 229 ◦ blue 177

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

Shades of Vista Blue #7CE5B1

Tints of Vista Blue #7CE5B1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.21%

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 23.4%
G = 43.21%
B = 33.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#7CE5B1 (or 0x7CE5B1) is known color: Vista Blue. HEX triplet: 7C, E5 and B1. RGB value is (124,229,177). Sum of RGB (Red+Green+Blue) = 124+229+177=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE5B1 is #831A4E. Grayscale: #BFBFBF. Windows color (decimal): -8591951 or 11658620. OLE color: 11658620.

HSL color Cylindrical-coordinate representation of color #7CE5B1: hue angle of 150.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE5B1 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 229 177 -
CMYK 0.46 0 0.23 0.10
HSL 150.29º 0.67% 0.69% -
HSV(B) 150.29º 0.46% 0.9% -
XYZ 44.27 63.5 51.52 -
YUV 191.68 119.71 79.73 -
System Red Green Blue C M Y K H S L
Decimal 124 229 177 0.46 0 0.23 0.10 150.29 0.67 0.69
Hex 7C E5 B1 2E 0 17 A 96 43 45
Octal 174 345 261 56 0 27 12 226 103 105
Binary 1111100 11100101 10110001 101110 0 10111 1010 10010110 1000011 1000101

Color Harmonies of #7CE5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE5B1

Black with #7CE5B1

Text Example


Text Example

White with #7CE5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,229,177); }

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

background-color css

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

 a { background-color: rgb(124,229,177); }

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

border-color css

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

 span { border-color: rgb(124,229,177); }

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