Html Css Color HEX #7CDB9E Vista Blue

📋 copy color: '#7CDB9E'

red 124 ◦ green 219 ◦ blue 158

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

Shades of Vista Blue #7CDB9E

Tints of Vista Blue #7CDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

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

R = 24.75%
G = 43.71%
B = 31.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#7CDB9E (or 0x7CDB9E) is known color: Vista Blue. HEX triplet: 7C, DB and 9E. RGB value is (124,219,158). Sum of RGB (Red+Green+Blue) = 124+219+158=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDB9E is #832461. Grayscale: #B7B7B7. Windows color (decimal): -8594530 or 10410876. OLE color: 10410876.

HSL color Cylindrical-coordinate representation of color #7CDB9E: hue angle of 141.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDB9E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 158 -
CMYK 0.43 0 0.28 0.14
HSL 141.47º 0.57% 0.67% -
HSV(B) 141.47º 0.43% 0.86% -
XYZ 39.82 57.42 41.33 -
YUV 183.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 124 219 158 0.43 0 0.28 0.14 141.47 0.57 0.67
Hex 7C DB 9E 2B 0 1C E 8D 39 43
Octal 174 333 236 53 0 34 16 215 71 103
Binary 1111100 11011011 10011110 101011 0 11100 1110 10001101 111001 1000011

Color Harmonies of #7CDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDB9E

Black with #7CDB9E

Text Example


Text Example

White with #7CDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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