Html Css Color HEX #7FCEA2 Vista Blue

📋 copy color: '#7FCEA2'

red 127 ◦ green 206 ◦ blue 162

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

Shades of Vista Blue #7FCEA2

Tints of Vista Blue #7FCEA2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.62%

 BLUE value IS 162 (63.67% from 255) = 32.73%

R = 25.66%
G = 41.62%
B = 32.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#7FCEA2 (or 0x7FCEA2) is known color: Vista Blue. HEX triplet: 7F, CE and A2. RGB value is (127,206,162). Sum of RGB (Red+Green+Blue) = 127+206+162=495 (65% of max value = 765). Red value is 127 (50% from 255 or 25.66% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCEA2 is #80315D. Grayscale: #B1B1B1. Windows color (decimal): -8401246 or 10669695. OLE color: 10669695.

HSL color Cylindrical-coordinate representation of color #7FCEA2: hue angle of 146.58º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEA2 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 206 162 -
CMYK 0.38 0 0.21 0.19
HSL 146.58º 0.45% 0.65% -
HSV(B) 146.58º 0.38% 0.81% -
XYZ 37.35 51.26 42.11 -
YUV 177.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 127 206 162 0.38 0 0.21 0.19 146.58 0.45 0.65
Hex 7F CE A2 26 0 15 13 93 2D 41
Octal 177 316 242 46 0 25 23 223 55 101
Binary 1111111 11001110 10100010 100110 0 10101 10011 10010011 101101 1000001

Color Harmonies of #7FCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCEA2

Black with #7FCEA2

Text Example


Text Example

White with #7FCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,162); }

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

background-color css

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

 a { background-color: rgb(127,206,162); }

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

border-color css

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

 span { border-color: rgb(127,206,162); }

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