Html Css Color HEX #7DDCAE Vista Blue

📋 copy color: '#7DDCAE'

red 125 ◦ green 220 ◦ blue 174

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

Shades of Vista Blue #7DDCAE

Tints of Vista Blue #7DDCAE

RGB

 RED value IS 125 (49.22% from 255) = 24.08%

 GREEN value IS 220 (86.33% from 255) = 42.39%

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

R = 24.08%
G = 42.39%
B = 33.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#7DDCAE (or 0x7DDCAE) is known color: Vista Blue. HEX triplet: 7D, DC and AE. RGB value is (125,220,174). Sum of RGB (Red+Green+Blue) = 125+220+174=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDCAE is #822351. Grayscale: #BABABA. Windows color (decimal): -8528722 or 11459709. OLE color: 11459709.

HSL color Cylindrical-coordinate representation of color #7DDCAE: hue angle of 150.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCAE is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 220 174 -
CMYK 0.43 0 0.21 0.14
HSL 150.95º 0.58% 0.68% -
HSV(B) 150.95º 0.43% 0.86% -
XYZ 41.69 58.6 49.16 -
YUV 186.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 125 220 174 0.43 0 0.21 0.14 150.95 0.58 0.68
Hex 7D DC AE 2B 0 15 E 97 3A 44
Octal 175 334 256 53 0 25 16 227 72 104
Binary 1111101 11011100 10101110 101011 0 10101 1110 10010111 111010 1000100

Color Harmonies of #7DDCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDCAE

Black with #7DDCAE

Text Example


Text Example

White with #7DDCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,220,174); }

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

background-color css

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

 a { background-color: rgb(125,220,174); }

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

border-color css

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

 span { border-color: rgb(125,220,174); }

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