Html Css Color HEX #7DDDA6 Vista Blue

📋 copy color: '#7DDDA6'

red 125 ◦ green 221 ◦ blue 166

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

Shades of Vista Blue #7DDDA6

Tints of Vista Blue #7DDDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.42%

R = 24.41%
G = 43.16%
B = 32.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#7DDDA6 (or 0x7DDDA6) is known color: Vista Blue. HEX triplet: 7D, DD and A6. RGB value is (125,221,166). Sum of RGB (Red+Green+Blue) = 125+221+166=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 166 (65.23% from 255 or 32.42% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDDA6 is #822259. Grayscale: #BABABA. Windows color (decimal): -8528474 or 10935677. OLE color: 10935677.

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

Color convert

RGB 125 221 166 -
CMYK 0.43 0 0.25 0.13
HSL 145.63º 0.59% 0.68% -
HSV(B) 145.63º 0.43% 0.87% -
XYZ 41.2 58.83 45.26 -
YUV 186.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 125 221 166 0.43 0 0.25 0.13 145.63 0.59 0.68
Hex 7D DD A6 2B 0 19 D 92 3B 44
Octal 175 335 246 53 0 31 15 222 73 104
Binary 1111101 11011101 10100110 101011 0 11001 1101 10010010 111011 1000100

Color Harmonies of #7DDDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDDA6

Black with #7DDDA6

Text Example


Text Example

White with #7DDDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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