Html Css Color HEX #7DD5A8 Vista Blue

📋 copy color: '#7DD5A8'

red 125 ◦ green 213 ◦ blue 168

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

Shades of Vista Blue #7DD5A8

Tints of Vista Blue #7DD5A8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 24.7%
G = 42.09%
B = 33.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#7DD5A8 (or 0x7DD5A8) is known color: Vista Blue. HEX triplet: 7D, D5 and A8. RGB value is (125,213,168). Sum of RGB (Red+Green+Blue) = 125+213+168=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD5A8 is #822A57. Grayscale: #B5B5B5. Windows color (decimal): -8530520 or 11064701. OLE color: 11064701.

HSL color Cylindrical-coordinate representation of color #7DD5A8: hue angle of 149.32º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5A8 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 213 168 -
CMYK 0.41 0 0.21 0.16
HSL 149.32º 0.51% 0.66% -
HSV(B) 149.32º 0.41% 0.84% -
XYZ 39.32 54.78 45.55 -
YUV 181.56 120.35 87.66 -
System Red Green Blue C M Y K H S L
Decimal 125 213 168 0.41 0 0.21 0.16 149.32 0.51 0.66
Hex 7D D5 A8 29 0 15 10 95 33 42
Octal 175 325 250 51 0 25 20 225 63 102
Binary 1111101 11010101 10101000 101001 0 10101 10000 10010101 110011 1000010

Color Harmonies of #7DD5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD5A8

Black with #7DD5A8

Text Example


Text Example

White with #7DD5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,213,168); }

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

background-color css

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

 a { background-color: rgb(125,213,168); }

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

border-color css

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

 span { border-color: rgb(125,213,168); }

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