Html Css Color HEX #77CEBA Downy

📋 copy color: '#77CEBA'

red 119 ◦ green 206 ◦ blue 186

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

Shades of Downy #77CEBA

Tints of Downy #77CEBA

RGB

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

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

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

R = 23.29%
G = 40.31%
B = 36.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#77CEBA (or 0x77CEBA) is known color: Downy. HEX triplet: 77, CE and BA. RGB value is (119,206,186). Sum of RGB (Red+Green+Blue) = 119+206+186=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEBA is #883145. Grayscale: #B1B1B1. Windows color (decimal): -8925510 or 12242551. OLE color: 12242551.

HSL color Cylindrical-coordinate representation of color #77CEBA: hue angle of 166.21º 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 #77CEBA is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 206 186 -
CMYK 0.42 0 0.10 0.19
HSL 166.21º 0.47% 0.64% -
HSV(B) 166.21º 0.42% 0.81% -
XYZ 38.54 51.61 54.38 -
YUV 177.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 119 206 186 0.42 0 0.10 0.19 166.21 0.47 0.64
Hex 77 CE BA 2A 0 A 13 A6 2F 40
Octal 167 316 272 52 0 12 23 246 57 100
Binary 1110111 11001110 10111010 101010 0 1010 10011 10100110 101111 1000000

Color Harmonies of #77CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEBA

Black with #77CEBA

Text Example


Text Example

White with #77CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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