Html Css Color HEX #7FDDAF Vista Blue

📋 copy color: '#7FDDAF'

red 127 ◦ green 221 ◦ blue 175

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

Shades of Vista Blue #7FDDAF

Tints of Vista Blue #7FDDAF

RGB

 RED value IS 127 (50% from 255) = 24.28%

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 24.28%
G = 42.26%
B = 33.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#7FDDAF (or 0x7FDDAF) is known color: Vista Blue. HEX triplet: 7F, DD and AF. RGB value is (127,221,175). Sum of RGB (Red+Green+Blue) = 127+221+175=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDDAF is #802250. Grayscale: #BBBBBB. Windows color (decimal): -8397393 or 11525503. OLE color: 11525503.

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

Color convert

RGB 127 221 175 -
CMYK 0.43 0 0.21 0.13
HSL 150.64º 0.58% 0.68% -
HSV(B) 150.64º 0.43% 0.87% -
XYZ 42.35 59.32 49.78 -
YUV 187.65 120.86 84.74 -
System Red Green Blue C M Y K H S L
Decimal 127 221 175 0.43 0 0.21 0.13 150.64 0.58 0.68
Hex 7F DD AF 2B 0 15 D 97 3A 44
Octal 177 335 257 53 0 25 15 227 72 104
Binary 1111111 11011101 10101111 101011 0 10101 1101 10010111 111010 1000100

Color Harmonies of #7FDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDDAF

Black with #7FDDAF

Text Example


Text Example

White with #7FDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,221,175); }

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

background-color css

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

 a { background-color: rgb(127,221,175); }

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

border-color css

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

 span { border-color: rgb(127,221,175); }

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