Html Css Color HEX #7FEBA5 Vista Blue

📋 copy color: '#7FEBA5'

red 127 ◦ green 235 ◦ blue 165

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

Shades of Vista Blue #7FEBA5

Tints of Vista Blue #7FEBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 24.1%
G = 44.59%
B = 31.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#7FEBA5 (or 0x7FEBA5) is known color: Vista Blue. HEX triplet: 7F, EB and A5. RGB value is (127,235,165). Sum of RGB (Red+Green+Blue) = 127+235+165=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEBA5 is #80145A. Grayscale: #C2C2C2. Windows color (decimal): -8393819 or 10873727. OLE color: 10873727.

HSL color Cylindrical-coordinate representation of color #7FEBA5: hue angle of 141.11º 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 #7FEBA5 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 235 165 -
CMYK 0.46 0 0.30 0.08
HSL 141.11º 0.73% 0.71% -
HSV(B) 141.11º 0.46% 0.92% -
XYZ 45.25 66.65 46.08 -
YUV 194.73 111.22 79.69 -
System Red Green Blue C M Y K H S L
Decimal 127 235 165 0.46 0 0.30 0.08 141.11 0.73 0.71
Hex 7F EB A5 2E 0 1E 8 8D 49 47
Octal 177 353 245 56 0 36 10 215 111 107
Binary 1111111 11101011 10100101 101110 0 11110 1000 10001101 1001001 1000111

Color Harmonies of #7FEBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEBA5

Black with #7FEBA5

Text Example


Text Example

White with #7FEBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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