#7CDDA8

Color #7CDDA8 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7CDDA8

Tints of Vista Blue #7CDDA8

Color information

#7CDDA8 (or 0x7CDDA8) is unknown color: approx Vista Blue. HEX triplet: 7C, DD and A8. RGB value is (124,221,168). Sum of RGB (Red+Green+Blue) = 124+221+168=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDA8 is #832257. Grayscale: #BABABA. Windows color (decimal): -8594008 or 11066748. OLE color: 11066748.

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

Color convert

RGB124221168-
CMYK0.4400.240.13
HSL147.22º58.79%67.65%-
HSV(B)147.22º43.89%86.67%-
XYZ41.2458.8346.23-
YUV185.96117.8683.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 168 (66.02% from 255) = 32.75%
R=24.17%
G=43.08%
B=32.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242211680.4400.240.13147.2258.7967.65
Hex7CDDA82C018D933b44
Octal174335250540301522373104
Binary111110011011101101010001011000110001101100100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CDDA8;
 }
 .AnyTagClassName
 {
   color: #7CDDA8;
 }
</style>
background-color css

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

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

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

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

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

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