Html Css Color HEX #7DDDAB Vista Blue

📋 copy color: '#7DDDAB'

red 125 ◦ green 221 ◦ blue 171

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

Shades of Vista Blue #7DDDAB

Tints of Vista Blue #7DDDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 24.18%
G = 42.75%
B = 33.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#7DDDAB (or 0x7DDDAB) is known color: Vista Blue. HEX triplet: 7D, DD and AB. RGB value is (125,221,171). Sum of RGB (Red+Green+Blue) = 125+221+171=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDAB is #822254. Grayscale: #BABABA. Windows color (decimal): -8528469 or 11263357. OLE color: 11263357.

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

Color convert

RGB 125 221 171 -
CMYK 0.43 0 0.23 0.13
HSL 148.75º 0.59% 0.68% -
HSV(B) 148.75º 0.43% 0.87% -
XYZ 41.66 59.01 47.72 -
YUV 186.6 119.2 84.07 -
System Red Green Blue C M Y K H S L
Decimal 125 221 171 0.43 0 0.23 0.13 148.75 0.59 0.68
Hex 7D DD AB 2B 0 17 D 95 3B 44
Octal 175 335 253 53 0 27 15 225 73 104
Binary 1111101 11011101 10101011 101011 0 10111 1101 10010101 111011 1000100

Color Harmonies of #7DDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDAB

Black with #7DDDAB

Text Example


Text Example

White with #7DDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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