Html Css Color HEX #7DDEAA Vista Blue

📋 copy color: '#7DDEAA'

red 125 ◦ green 222 ◦ blue 170

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

Shades of Vista Blue #7DDEAA

Tints of Vista Blue #7DDEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 24.18%
G = 42.94%
B = 32.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#7DDEAA (or 0x7DDEAA) is known color: Vista Blue. HEX triplet: 7D, DE and AA. RGB value is (125,222,170). Sum of RGB (Red+Green+Blue) = 125+222+170=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEAA is #822155. Grayscale: #BBBBBB. Windows color (decimal): -8528214 or 11198077. OLE color: 11198077.

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

Color convert

RGB 125 222 170 -
CMYK 0.44 0 0.23 0.13
HSL 147.84º 0.6% 0.68% -
HSV(B) 147.84º 0.44% 0.87% -
XYZ 41.83 59.5 47.31 -
YUV 187.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 125 222 170 0.44 0 0.23 0.13 147.84 0.6 0.68
Hex 7D DE AA 2C 0 17 D 94 3C 44
Octal 175 336 252 54 0 27 15 224 74 104
Binary 1111101 11011110 10101010 101100 0 10111 1101 10010100 111100 1000100

Color Harmonies of #7DDEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEAA

Black with #7DDEAA

Text Example


Text Example

White with #7DDEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,222,170); }

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

background-color css

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

 a { background-color: rgb(125,222,170); }

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

border-color css

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

 span { border-color: rgb(125,222,170); }

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