Html Css Color HEX #7CDDAE Vista Blue

📋 copy color: '#7CDDAE'

red 124 ◦ green 221 ◦ blue 174

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

Shades of Vista Blue #7CDDAE

Tints of Vista Blue #7CDDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 23.89%
G = 42.58%
B = 33.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#7CDDAE (or 0x7CDDAE) is known color: Vista Blue. HEX triplet: 7C, DD and AE. RGB value is (124,221,174). Sum of RGB (Red+Green+Blue) = 124+221+174=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDAE is #832251. Grayscale: #BABABA. Windows color (decimal): -8594002 or 11459964. OLE color: 11459964.

HSL color Cylindrical-coordinate representation of color #7CDDAE: hue angle of 150.93º degrees, saturation: 0.59, 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 #7CDDAE is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 221 174 -
CMYK 0.44 0 0.21 0.13
HSL 150.93º 0.59% 0.68% -
HSV(B) 150.93º 0.44% 0.87% -
XYZ 41.81 59.05 49.24 -
YUV 186.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 124 221 174 0.44 0 0.21 0.13 150.93 0.59 0.68
Hex 7C DD AE 2C 0 15 D 97 3B 44
Octal 174 335 256 54 0 25 15 227 73 104
Binary 1111100 11011101 10101110 101100 0 10101 1101 10010111 111011 1000100

Color Harmonies of #7CDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDDAE

Black with #7CDDAE

Text Example


Text Example

White with #7CDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,221,174); }

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

background-color css

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

 a { background-color: rgb(124,221,174); }

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

border-color css

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

 span { border-color: rgb(124,221,174); }

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