Html Css Color HEX #7ADF9F Vista Blue

📋 copy color: '#7ADF9F'

red 122 ◦ green 223 ◦ blue 159

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

Shades of Vista Blue #7ADF9F

Tints of Vista Blue #7ADF9F

RGB

 RED value IS 122 (48.05% from 255) = 24.21%

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 24.21%
G = 44.25%
B = 31.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#7ADF9F (or 0x7ADF9F) is known color: Vista Blue. HEX triplet: 7A, DF and 9F. RGB value is (122,223,159). Sum of RGB (Red+Green+Blue) = 122+223+159=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF9F is #852060. Grayscale: #B9B9B9. Windows color (decimal): -8724577 or 10477434. OLE color: 10477434.

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

Color convert

RGB 122 223 159 -
CMYK 0.45 0 0.29 0.13
HSL 141.98º 0.61% 0.68% -
HSV(B) 141.98º 0.45% 0.87% -
XYZ 40.67 59.42 42.13 -
YUV 185.51 113.04 82.7 -
System Red Green Blue C M Y K H S L
Decimal 122 223 159 0.45 0 0.29 0.13 141.98 0.61 0.68
Hex 7A DF 9F 2D 0 1D D 8E 3D 44
Octal 172 337 237 55 0 35 15 216 75 104
Binary 1111010 11011111 10011111 101101 0 11101 1101 10001110 111101 1000100

Color Harmonies of #7ADF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADF9F

Black with #7ADF9F

Text Example


Text Example

White with #7ADF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,223,159); }

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

background-color css

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

 a { background-color: rgb(122,223,159); }

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

border-color css

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

 span { border-color: rgb(122,223,159); }

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