Html Css Color HEX #7CEDB5 Vista Blue

📋 copy color: '#7CEDB5'

red 124 ◦ green 237 ◦ blue 181

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

Shades of Vista Blue #7CEDB5

Tints of Vista Blue #7CEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.73%

 BLUE value IS 181 (71.09% from 255) = 33.39%

R = 22.88%
G = 43.73%
B = 33.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#7CEDB5 (or 0x7CEDB5) is known color: Vista Blue. HEX triplet: 7C, ED and B5. RGB value is (124,237,181). Sum of RGB (Red+Green+Blue) = 124+237+181=542 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.88% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #7CEDB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEDB5 is #83124A. Grayscale: #C4C4C4. Windows color (decimal): -8589899 or 11922812. OLE color: 11922812.

HSL color Cylindrical-coordinate representation of color #7CEDB5: hue angle of 150.27º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CEDB5 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 237 181 -
CMYK 0.48 0 0.24 0.07
HSL 150.27º 0.76% 0.71% -
HSV(B) 150.27º 0.48% 0.93% -
XYZ 46.94 68.19 54.4 -
YUV 196.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 124 237 181 0.48 0 0.24 0.07 150.27 0.76 0.71
Hex 7C ED B5 30 0 18 7 96 4C 47
Octal 174 355 265 60 0 30 7 226 114 107
Binary 1111100 11101101 10110101 110000 0 11000 111 10010110 1001100 1000111

Color Harmonies of #7CEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEDB5

Black with #7CEDB5

Text Example


Text Example

White with #7CEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,237,181); }

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

background-color css

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

 a { background-color: rgb(124,237,181); }

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

border-color css

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

 span { border-color: rgb(124,237,181); }

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