Html Css Color HEX #7DDEAC Vista Blue

📋 copy color: '#7DDEAC'

red 125 ◦ green 222 ◦ blue 172

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

Shades of Vista Blue #7DDEAC

Tints of Vista Blue #7DDEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.77%

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

R = 24.08%
G = 42.77%
B = 33.14%

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

#7DDEAC (or 0x7DDEAC) is known color: Vista Blue. HEX triplet: 7D, DE and AC. RGB value is (125,222,172). Sum of RGB (Red+Green+Blue) = 125+222+172=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDEAC is #822153. Grayscale: #BBBBBB. Windows color (decimal): -8528212 or 11329149. OLE color: 11329149.

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

Color convert

RGB 125 222 172 -
CMYK 0.44 0 0.23 0.13
HSL 149.07º 0.6% 0.68% -
HSV(B) 149.07º 0.44% 0.87% -
XYZ 42.03 59.58 48.32 -
YUV 187.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 125 222 172 0.44 0 0.23 0.13 149.07 0.6 0.68
Hex 7D DE AC 2C 0 17 D 95 3C 44
Octal 175 336 254 54 0 27 15 225 74 104
Binary 1111101 11011110 10101100 101100 0 10111 1101 10010101 111100 1000100

Color Harmonies of #7DDEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDEAC

Black with #7DDEAC

Text Example


Text Example

White with #7DDEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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