Html Css Color HEX #77CDC1 Downy

📋 copy color: '#77CDC1'

red 119 ◦ green 205 ◦ blue 193

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

Shades of Downy #77CDC1

Tints of Downy #77CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 23.02%
G = 39.65%
B = 37.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#77CDC1 (or 0x77CDC1) is known color: Downy. HEX triplet: 77, CD and C1. RGB value is (119,205,193). Sum of RGB (Red+Green+Blue) = 119+205+193=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC1 is #88323E. Grayscale: #B1B1B1. Windows color (decimal): -8925759 or 12701047. OLE color: 12701047.

HSL color Cylindrical-coordinate representation of color #77CDC1: hue angle of 171.63º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDC1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 193 -
CMYK 0.42 0 0.06 0.20
HSL 171.63º 0.46% 0.64% -
HSV(B) 171.63º 0.42% 0.8% -
XYZ 39.06 51.43 58.32 -
YUV 177.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 119 205 193 0.42 0 0.06 0.20 171.63 0.46 0.64
Hex 77 CD C1 2A 0 6 14 AC 2E 40
Octal 167 315 301 52 0 6 24 254 56 100
Binary 1110111 11001101 11000001 101010 0 110 10100 10101100 101110 1000000

Color Harmonies of #77CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDC1

Black with #77CDC1

Text Example


Text Example

White with #77CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,205,193); }

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

background-color css

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

 a { background-color: rgb(119,205,193); }

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

border-color css

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

 span { border-color: rgb(119,205,193); }

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