Html Css Color HEX #7DECAC Vista Blue

📋 copy color: '#7DECAC'

red 125 ◦ green 236 ◦ blue 172

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

Shades of Vista Blue #7DECAC

Tints of Vista Blue #7DECAC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

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

R = 23.45%
G = 44.28%
B = 32.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#7DECAC (or 0x7DECAC) is known color: Vista Blue. HEX triplet: 7D, EC and AC. RGB value is (125,236,172). Sum of RGB (Red+Green+Blue) = 125+236+172=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #7DECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DECAC is #821353. Grayscale: #C3C3C3. Windows color (decimal): -8524628 or 11332733. OLE color: 11332733.

HSL color Cylindrical-coordinate representation of color #7DECAC: hue angle of 145.41º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DECAC is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 172 -
CMYK 0.47 0 0.27 0.07
HSL 145.41º 0.74% 0.71% -
HSV(B) 145.41º 0.47% 0.93% -
XYZ 45.9 67.33 49.61 -
YUV 195.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 125 236 172 0.47 0 0.27 0.07 145.41 0.74 0.71
Hex 7D EC AC 2F 0 1B 7 91 4A 47
Octal 175 354 254 57 0 33 7 221 112 107
Binary 1111101 11101100 10101100 101111 0 11011 111 10010001 1001010 1000111

Color Harmonies of #7DECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DECAC

Black with #7DECAC

Text Example


Text Example

White with #7DECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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