Html Css Color HEX #7CDDA2 Vista Blue

📋 copy color: '#7CDDA2'

red 124 ◦ green 221 ◦ blue 162

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

Shades of Vista Blue #7CDDA2

Tints of Vista Blue #7CDDA2

RGB

 RED value IS 124 (48.83% from 255) = 24.46%

 GREEN value IS 221 (86.72% from 255) = 43.59%

 BLUE value IS 162 (63.67% from 255) = 31.95%

R = 24.46%
G = 43.59%
B = 31.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#7CDDA2 (or 0x7CDDA2) is known color: Vista Blue. HEX triplet: 7C, DD and A2. RGB value is (124,221,162). Sum of RGB (Red+Green+Blue) = 124+221+162=507 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.46% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDA2 is #83225D. Grayscale: #B9B9B9. Windows color (decimal): -8594014 or 10673532. OLE color: 10673532.

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

Color convert

RGB 124 221 162 -
CMYK 0.44 0 0.27 0.13
HSL 143.51º 0.59% 0.68% -
HSV(B) 143.51º 0.44% 0.87% -
XYZ 40.69 58.61 43.35 -
YUV 185.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 124 221 162 0.44 0 0.27 0.13 143.51 0.59 0.68
Hex 7C DD A2 2C 0 1B D 90 3B 44
Octal 174 335 242 54 0 33 15 220 73 104
Binary 1111100 11011101 10100010 101100 0 11011 1101 10010000 111011 1000100

Color Harmonies of #7CDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDDA2

Black with #7CDDA2

Text Example


Text Example

White with #7CDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,221,162); }

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

background-color css

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

 a { background-color: rgb(124,221,162); }

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

border-color css

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

 span { border-color: rgb(124,221,162); }

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