Html Css Color HEX #7DDDAE Vista Blue

📋 copy color: '#7DDDAE'

red 125 ◦ green 221 ◦ blue 174

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

Shades of Vista Blue #7DDDAE

Tints of Vista Blue #7DDDAE

RGB

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

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

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

R = 24.04%
G = 42.5%
B = 33.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#7DDDAE (or 0x7DDDAE) is known color: Vista Blue. HEX triplet: 7D, DD and AE. RGB value is (125,221,174). Sum of RGB (Red+Green+Blue) = 125+221+174=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDAE is #822251. Grayscale: #BBBBBB. Windows color (decimal): -8528466 or 11459965. OLE color: 11459965.

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

Color convert

RGB 125 221 174 -
CMYK 0.43 0 0.21 0.13
HSL 150.63º 0.59% 0.68% -
HSV(B) 150.63º 0.43% 0.87% -
XYZ 41.95 59.13 49.25 -
YUV 186.94 120.7 83.82 -
System Red Green Blue C M Y K H S L
Decimal 125 221 174 0.43 0 0.21 0.13 150.63 0.59 0.68
Hex 7D DD AE 2B 0 15 D 97 3B 44
Octal 175 335 256 53 0 25 15 227 73 104
Binary 1111101 11011101 10101110 101011 0 10101 1101 10010111 111011 1000100

Color Harmonies of #7DDDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDAE

Black with #7DDDAE

Text Example


Text Example

White with #7DDDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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