Html Css Color HEX #7DDDA0 Vista Blue

📋 copy color: '#7DDDA0'

red 125 ◦ green 221 ◦ blue 160

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

Shades of Vista Blue #7DDDA0

Tints of Vista Blue #7DDDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 24.7%
G = 43.68%
B = 31.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#7DDDA0 (or 0x7DDDA0) is known color: Vista Blue. HEX triplet: 7D, DD and A0. RGB value is (125,221,160). Sum of RGB (Red+Green+Blue) = 125+221+160=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDA0 is #82225F. Grayscale: #B9B9B9. Windows color (decimal): -8528480 or 10542461. OLE color: 10542461.

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

Color convert

RGB 125 221 160 -
CMYK 0.43 0 0.28 0.13
HSL 141.88º 0.59% 0.68% -
HSV(B) 141.88º 0.43% 0.87% -
XYZ 40.66 58.61 42.43 -
YUV 185.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 125 221 160 0.43 0 0.28 0.13 141.88 0.59 0.68
Hex 7D DD A0 2B 0 1C D 8E 3B 44
Octal 175 335 240 53 0 34 15 216 73 104
Binary 1111101 11011101 10100000 101011 0 11100 1101 10001110 111011 1000100

Color Harmonies of #7DDDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDA0

Black with #7DDDA0

Text Example


Text Example

White with #7DDDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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