Html Css Color HEX #7CDBA1 Vista Blue

📋 copy color: '#7CDBA1'

red 124 ◦ green 219 ◦ blue 161

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

Shades of Vista Blue #7CDBA1

Tints of Vista Blue #7CDBA1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 24.6%
G = 43.45%
B = 31.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#7CDBA1 (or 0x7CDBA1) is known color: Vista Blue. HEX triplet: 7C, DB and A1. RGB value is (124,219,161). Sum of RGB (Red+Green+Blue) = 124+219+161=504 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.60% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDBA1 is #83245E. Grayscale: #B8B8B8. Windows color (decimal): -8594527 or 10607484. OLE color: 10607484.

HSL color Cylindrical-coordinate representation of color #7CDBA1: hue angle of 143.37º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBA1 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 219 161 -
CMYK 0.43 0 0.26 0.14
HSL 143.37º 0.57% 0.67% -
HSV(B) 143.37º 0.43% 0.86% -
XYZ 40.08 57.52 42.71 -
YUV 183.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 124 219 161 0.43 0 0.26 0.14 143.37 0.57 0.67
Hex 7C DB A1 2B 0 1A E 8F 39 43
Octal 174 333 241 53 0 32 16 217 71 103
Binary 1111100 11011011 10100001 101011 0 11010 1110 10001111 111001 1000011

Color Harmonies of #7CDBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDBA1

Black with #7CDBA1

Text Example


Text Example

White with #7CDBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,219,161); }

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

background-color css

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

 a { background-color: rgb(124,219,161); }

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

border-color css

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

 span { border-color: rgb(124,219,161); }

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