Html Css Color HEX #77EBBA Downy

📋 copy color: '#77EBBA'

red 119 ◦ green 235 ◦ blue 186

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

Shades of Downy #77EBBA

Tints of Downy #77EBBA

RGB

 RED value IS 119 (46.88% from 255) = 22.04%

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 22.04%
G = 43.52%
B = 34.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#77EBBA (or 0x77EBBA) is known color: Downy. HEX triplet: 77, EB and BA. RGB value is (119,235,186). Sum of RGB (Red+Green+Blue) = 119+235+186=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #77EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EBBA is #881445. Grayscale: #C2C2C2. Windows color (decimal): -8918086 or 12249975. OLE color: 12249975.

HSL color Cylindrical-coordinate representation of color #77EBBA: hue angle of 154.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EBBA is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 235 186 -
CMYK 0.49 0 0.21 0.08
HSL 154.66º 0.74% 0.69% -
HSV(B) 154.66º 0.49% 0.92% -
XYZ 46.18 66.88 56.93 -
YUV 194.73 123.07 73.98 -
System Red Green Blue C M Y K H S L
Decimal 119 235 186 0.49 0 0.21 0.08 154.66 0.74 0.69
Hex 77 EB BA 31 0 15 8 9B 4A 45
Octal 167 353 272 61 0 25 10 233 112 105
Binary 1110111 11101011 10111010 110001 0 10101 1000 10011011 1001010 1000101

Color Harmonies of #77EBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EBBA

Black with #77EBBA

Text Example


Text Example

White with #77EBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77EBBA; }

 p { color: rgb(119,235,186); }

 H1.HeaderClassName
 {
   color: #77EBBA;
 }
 .AnyTagClassName
 {
   color: #77EBBA;
 }
</style>

background-color css

<style>
 a { background-color: #77EBBA; }

 a { background-color: rgb(119,235,186); }

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

border-color css

<style>
 span { border-color: #77EBBA; }

 span { border-color: rgb(119,235,186); }

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