Html Css Color HEX #7DD69C Vista Blue

📋 copy color: '#7DD69C'

red 125 ◦ green 214 ◦ blue 156

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

Shades of Vista Blue #7DD69C

Tints of Vista Blue #7DD69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.23%

 BLUE value IS 156 (61.33% from 255) = 31.52%

R = 25.25%
G = 43.23%
B = 31.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#7DD69C (or 0x7DD69C) is known color: Vista Blue. HEX triplet: 7D, D6 and 9C. RGB value is (125,214,156). Sum of RGB (Red+Green+Blue) = 125+214+156=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD69C is #822963. Grayscale: #B4B4B4. Windows color (decimal): -8530276 or 10278525. OLE color: 10278525.

HSL color Cylindrical-coordinate representation of color #7DD69C: hue angle of 140.9º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD69C is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 156 -
CMYK 0.42 0 0.27 0.16
HSL 140.9º 0.52% 0.66% -
HSV(B) 140.9º 0.42% 0.84% -
XYZ 38.5 54.85 40.01 -
YUV 180.78 114.01 88.22 -
System Red Green Blue C M Y K H S L
Decimal 125 214 156 0.42 0 0.27 0.16 140.9 0.52 0.66
Hex 7D D6 9C 2A 0 1B 10 8D 34 42
Octal 175 326 234 52 0 33 20 215 64 102
Binary 1111101 11010110 10011100 101010 0 11011 10000 10001101 110100 1000010

Color Harmonies of #7DD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD69C

Black with #7DD69C

Text Example


Text Example

White with #7DD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,156); }

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

background-color css

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

 a { background-color: rgb(125,214,156); }

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

border-color css

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

 span { border-color: rgb(125,214,156); }

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