Html Css Color HEX #7DDFAB Vista Blue

📋 copy color: '#7DDFAB'

red 125 ◦ green 223 ◦ blue 171

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

Shades of Vista Blue #7DDFAB

Tints of Vista Blue #7DDFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 24.08%
G = 42.97%
B = 32.95%

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

#7DDFAB (or 0x7DDFAB) is known color: Vista Blue. HEX triplet: 7D, DF and AB. RGB value is (125,223,171). Sum of RGB (Red+Green+Blue) = 125+223+171=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFAB is #822054. Grayscale: #BBBBBB. Windows color (decimal): -8527957 or 11263869. OLE color: 11263869.

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

Color convert

RGB 125 223 171 -
CMYK 0.44 0 0.23 0.13
HSL 148.16º 0.6% 0.68% -
HSV(B) 148.16º 0.44% 0.87% -
XYZ 42.2 60.08 47.9 -
YUV 187.77 118.53 83.23 -
System Red Green Blue C M Y K H S L
Decimal 125 223 171 0.44 0 0.23 0.13 148.16 0.6 0.68
Hex 7D DF AB 2C 0 17 D 94 3C 44
Octal 175 337 253 54 0 27 15 224 74 104
Binary 1111101 11011111 10101011 101100 0 10111 1101 10010100 111100 1000100

Color Harmonies of #7DDFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFAB

Black with #7DDFAB

Text Example


Text Example

White with #7DDFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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