Html Css Color HEX #77CDC5 Downy

📋 copy color: '#77CDC5'

red 119 ◦ green 205 ◦ blue 197

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

Shades of Downy #77CDC5

Tints of Downy #77CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 22.84%
G = 39.35%
B = 37.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#77CDC5 (or 0x77CDC5) is known color: Downy. HEX triplet: 77, CD and C5. RGB value is (119,205,197). Sum of RGB (Red+Green+Blue) = 119+205+197=521 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.84% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC5 is #88323A. Grayscale: #B2B2B2. Windows color (decimal): -8925755 or 12963191. OLE color: 12963191.

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

Color convert

RGB 119 205 197 -
CMYK 0.42 0 0.04 0.20
HSL 174.42º 0.46% 0.64% -
HSV(B) 174.42º 0.42% 0.8% -
XYZ 39.52 51.62 60.7 -
YUV 178.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 119 205 197 0.42 0 0.04 0.20 174.42 0.46 0.64
Hex 77 CD C5 2A 0 4 14 AE 2E 40
Octal 167 315 305 52 0 4 24 256 56 100
Binary 1110111 11001101 11000101 101010 0 100 10100 10101110 101110 1000000

Color Harmonies of #77CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDC5

Black with #77CDC5

Text Example


Text Example

White with #77CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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