Html Css Color HEX #7CDD9E Vista Blue

📋 copy color: '#7CDD9E'

red 124 ◦ green 221 ◦ blue 158

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

Shades of Vista Blue #7CDD9E

Tints of Vista Blue #7CDD9E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 158 (62.11% from 255) = 31.41%

R = 24.65%
G = 43.94%
B = 31.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#7CDD9E (or 0x7CDD9E) is known color: Vista Blue. HEX triplet: 7C, DD and 9E. RGB value is (124,221,158). Sum of RGB (Red+Green+Blue) = 124+221+158=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD9E is #832261. Grayscale: #B8B8B8. Windows color (decimal): -8594018 or 10411388. OLE color: 10411388.

HSL color Cylindrical-coordinate representation of color #7CDD9E: hue angle of 141.03º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD9E is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 158 -
CMYK 0.44 0 0.29 0.13
HSL 141.03º 0.59% 0.68% -
HSV(B) 141.03º 0.44% 0.87% -
XYZ 40.34 58.47 41.51 -
YUV 184.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 124 221 158 0.44 0 0.29 0.13 141.03 0.59 0.68
Hex 7C DD 9E 2C 0 1D D 8D 3B 44
Octal 174 335 236 54 0 35 15 215 73 104
Binary 1111100 11011101 10011110 101100 0 11101 1101 10001101 111011 1000100

Color Harmonies of #7CDD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDD9E

Black with #7CDD9E

Text Example


Text Example

White with #7CDD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,221,158); }

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

background-color css

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

 a { background-color: rgb(124,221,158); }

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

border-color css

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

 span { border-color: rgb(124,221,158); }

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