Html Css Color HEX #7DDAAC Vista Blue

📋 copy color: '#7DDAAC'

red 125 ◦ green 218 ◦ blue 172

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

Shades of Vista Blue #7DDAAC

Tints of Vista Blue #7DDAAC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.33%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 24.27%
G = 42.33%
B = 33.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#7DDAAC (or 0x7DDAAC) is known color: Vista Blue. HEX triplet: 7D, DA and AC. RGB value is (125,218,172). Sum of RGB (Red+Green+Blue) = 125+218+172=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDAAC is #822553. Grayscale: #B9B9B9. Windows color (decimal): -8529236 or 11328125. OLE color: 11328125.

HSL color Cylindrical-coordinate representation of color #7DDAAC: hue angle of 150.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDAAC is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 172 -
CMYK 0.43 0 0.21 0.15
HSL 150.32º 0.56% 0.67% -
HSV(B) 150.32º 0.43% 0.85% -
XYZ 40.98 57.48 47.97 -
YUV 184.95 120.69 85.24 -
System Red Green Blue C M Y K H S L
Decimal 125 218 172 0.43 0 0.21 0.15 150.32 0.56 0.67
Hex 7D DA AC 2B 0 15 F 96 38 43
Octal 175 332 254 53 0 25 17 226 70 103
Binary 1111101 11011010 10101100 101011 0 10101 1111 10010110 111000 1000011

Color Harmonies of #7DDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDAAC

Black with #7DDAAC

Text Example


Text Example

White with #7DDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,218,172); }

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

background-color css

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

 a { background-color: rgb(125,218,172); }

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

border-color css

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

 span { border-color: rgb(125,218,172); }

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