Html Css Color HEX #7FEBAB Vista Blue

📋 copy color: '#7FEBAB'

red 127 ◦ green 235 ◦ blue 171

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

Shades of Vista Blue #7FEBAB

Tints of Vista Blue #7FEBAB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 23.83%
G = 44.09%
B = 32.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#7FEBAB (or 0x7FEBAB) is known color: Vista Blue. HEX triplet: 7F, EB and AB. RGB value is (127,235,171). Sum of RGB (Red+Green+Blue) = 127+235+171=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEBAB is #801454. Grayscale: #C3C3C3. Windows color (decimal): -8393813 or 11266943. OLE color: 11266943.

HSL color Cylindrical-coordinate representation of color #7FEBAB: hue angle of 144.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBAB is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 171 -
CMYK 0.46 0 0.27 0.08
HSL 144.44º 0.73% 0.71% -
HSV(B) 144.44º 0.46% 0.92% -
XYZ 45.81 66.87 49.02 -
YUV 195.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 127 235 171 0.46 0 0.27 0.08 144.44 0.73 0.71
Hex 7F EB AB 2E 0 1B 8 90 49 47
Octal 177 353 253 56 0 33 10 220 111 107
Binary 1111111 11101011 10101011 101110 0 11011 1000 10010000 1001001 1000111

Color Harmonies of #7FEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBAB

Black with #7FEBAB

Text Example


Text Example

White with #7FEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,235,171); }

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

background-color css

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

 a { background-color: rgb(127,235,171); }

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

border-color css

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

 span { border-color: rgb(127,235,171); }

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