Html Css Color HEX #7DDFB2 Vista Blue

📋 copy color: '#7DDFB2'

red 125 ◦ green 223 ◦ blue 178

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

Shades of Vista Blue #7DDFB2

Tints of Vista Blue #7DDFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 178 (69.92% from 255) = 33.84%

R = 23.76%
G = 42.4%
B = 33.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#7DDFB2 (or 0x7DDFB2) is known color: Vista Blue. HEX triplet: 7D, DF and B2. RGB value is (125,223,178). Sum of RGB (Red+Green+Blue) = 125+223+178=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDFB2 is #82204D. Grayscale: #BCBCBC. Windows color (decimal): -8527950 or 11722621. OLE color: 11722621.

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

Color convert

RGB 125 223 178 -
CMYK 0.44 0 0.20 0.13
HSL 152.45º 0.6% 0.68% -
HSV(B) 152.45º 0.44% 0.87% -
XYZ 42.88 60.35 51.51 -
YUV 188.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 125 223 178 0.44 0 0.20 0.13 152.45 0.6 0.68
Hex 7D DF B2 2C 0 14 D 98 3C 44
Octal 175 337 262 54 0 24 15 230 74 104
Binary 1111101 11011111 10110010 101100 0 10100 1101 10011000 111100 1000100

Color Harmonies of #7DDFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDFB2

Black with #7DDFB2

Text Example


Text Example

White with #7DDFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,178); }

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

background-color css

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

 a { background-color: rgb(125,223,178); }

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

border-color css

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

 span { border-color: rgb(125,223,178); }

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