Html Css Color HEX #7DEBB6 Vista Blue

📋 copy color: '#7DEBB6'

red 125 ◦ green 235 ◦ blue 182

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

Shades of Vista Blue #7DEBB6

Tints of Vista Blue #7DEBB6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.36%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 23.06%
G = 43.36%
B = 33.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#7DEBB6 (or 0x7DEBB6) is known color: Vista Blue. HEX triplet: 7D, EB and B6. RGB value is (125,235,182). Sum of RGB (Red+Green+Blue) = 125+235+182=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 235 (92.19% from 255 or 43.36% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBB6 is #821449. Grayscale: #C4C4C4. Windows color (decimal): -8524874 or 11987837. OLE color: 11987837.

HSL color Cylindrical-coordinate representation of color #7DEBB6: hue angle of 151.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBB6 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 182 -
CMYK 0.47 0 0.23 0.08
HSL 151.09º 0.73% 0.71% -
HSV(B) 151.09º 0.47% 0.92% -
XYZ 46.61 67.15 54.76 -
YUV 196.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 125 235 182 0.47 0 0.23 0.08 151.09 0.73 0.71
Hex 7D EB B6 2F 0 17 8 97 49 47
Octal 175 353 266 57 0 27 10 227 111 107
Binary 1111101 11101011 10110110 101111 0 10111 1000 10010111 1001001 1000111

Color Harmonies of #7DEBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBB6

Black with #7DEBB6

Text Example


Text Example

White with #7DEBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,182); }

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

background-color css

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

 a { background-color: rgb(125,235,182); }

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

border-color css

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

 span { border-color: rgb(125,235,182); }

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