Html Css Color HEX #77CEBF Downy

📋 copy color: '#77CEBF'

red 119 ◦ green 206 ◦ blue 191

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

Shades of Downy #77CEBF

Tints of Downy #77CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.92%

 BLUE value IS 191 (75% from 255) = 37.02%

R = 23.06%
G = 39.92%
B = 37.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#77CEBF (or 0x77CEBF) is known color: Downy. HEX triplet: 77, CE and BF. RGB value is (119,206,191). Sum of RGB (Red+Green+Blue) = 119+206+191=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEBF is #883140. Grayscale: #B2B2B2. Windows color (decimal): -8925505 or 12570231. OLE color: 12570231.

HSL color Cylindrical-coordinate representation of color #77CEBF: hue angle of 169.66º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CEBF is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 191 -
CMYK 0.42 0 0.07 0.19
HSL 169.66º 0.47% 0.64% -
HSV(B) 169.66º 0.42% 0.81% -
XYZ 39.08 51.83 57.23 -
YUV 178.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 119 206 191 0.42 0 0.07 0.19 169.66 0.47 0.64
Hex 77 CE BF 2A 0 7 13 AA 2F 40
Octal 167 316 277 52 0 7 23 252 57 100
Binary 1110111 11001110 10111111 101010 0 111 10011 10101010 101111 1000000

Color Harmonies of #77CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEBF

Black with #77CEBF

Text Example


Text Example

White with #77CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,206,191); }

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

background-color css

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

 a { background-color: rgb(119,206,191); }

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

border-color css

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

 span { border-color: rgb(119,206,191); }

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