Html Css Color HEX #7DDE9E Vista Blue

📋 copy color: '#7DDE9E'

red 125 ◦ green 222 ◦ blue 158

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

Shades of Vista Blue #7DDE9E

Tints of Vista Blue #7DDE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.29%

R = 24.75%
G = 43.96%
B = 31.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#7DDE9E (or 0x7DDE9E) is known color: Vista Blue. HEX triplet: 7D, DE and 9E. RGB value is (125,222,158). Sum of RGB (Red+Green+Blue) = 125+222+158=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDE9E is #822161. Grayscale: #B9B9B9. Windows color (decimal): -8528226 or 10411645. OLE color: 10411645.

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

Color convert

RGB 125 222 158 -
CMYK 0.44 0 0.29 0.13
HSL 140.41º 0.6% 0.68% -
HSV(B) 140.41º 0.44% 0.87% -
XYZ 40.75 59.07 41.6 -
YUV 185.7 112.36 84.7 -
System Red Green Blue C M Y K H S L
Decimal 125 222 158 0.44 0 0.29 0.13 140.41 0.6 0.68
Hex 7D DE 9E 2C 0 1D D 8C 3C 44
Octal 175 336 236 54 0 35 15 214 74 104
Binary 1111101 11011110 10011110 101100 0 11101 1101 10001100 111100 1000100

Color Harmonies of #7DDE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDE9E

Black with #7DDE9E

Text Example


Text Example

White with #7DDE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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