Html Css Color HEX #7CDEA5 Vista Blue

📋 copy color: '#7CDEA5'

red 124 ◦ green 222 ◦ blue 165

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

Shades of Vista Blue #7CDEA5

Tints of Vista Blue #7CDEA5

RGB

 RED value IS 124 (48.83% from 255) = 24.27%

 GREEN value IS 222 (87.11% from 255) = 43.44%

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

R = 24.27%
G = 43.44%
B = 32.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#7CDEA5 (or 0x7CDEA5) is known color: Vista Blue. HEX triplet: 7C, DE and A5. RGB value is (124,222,165). Sum of RGB (Red+Green+Blue) = 124+222+165=511 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.27% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDEA5 is #83215A. Grayscale: #BABABA. Windows color (decimal): -8593755 or 10870396. OLE color: 10870396.

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

Color convert

RGB 124 222 165 -
CMYK 0.44 0 0.26 0.13
HSL 145.1º 0.6% 0.68% -
HSV(B) 145.1º 0.44% 0.87% -
XYZ 41.22 59.24 44.86 -
YUV 186.2 116.03 83.63 -
System Red Green Blue C M Y K H S L
Decimal 124 222 165 0.44 0 0.26 0.13 145.1 0.6 0.68
Hex 7C DE A5 2C 0 1A D 91 3C 44
Octal 174 336 245 54 0 32 15 221 74 104
Binary 1111100 11011110 10100101 101100 0 11010 1101 10010001 111100 1000100

Color Harmonies of #7CDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDEA5

Black with #7CDEA5

Text Example


Text Example

White with #7CDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,222,165); }

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

background-color css

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

 a { background-color: rgb(124,222,165); }

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

border-color css

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

 span { border-color: rgb(124,222,165); }

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