Html Css Color HEX #77CDCB Downy

📋 copy color: '#77CDCB'

red 119 ◦ green 205 ◦ blue 203

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

Shades of Downy #77CDCB

Tints of Downy #77CDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 22.58%
G = 38.9%
B = 38.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#77CDCB (or 0x77CDCB) is known color: Downy. HEX triplet: 77, CD and CB. RGB value is (119,205,203). Sum of RGB (Red+Green+Blue) = 119+205+203=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDCB is #883234. Grayscale: #B2B2B2. Windows color (decimal): -8925749 or 13356407. OLE color: 13356407.

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

Color convert

RGB 119 205 203 -
CMYK 0.42 0 0.01 0.20
HSL 178.6º 0.46% 0.64% -
HSV(B) 178.6º 0.42% 0.8% -
XYZ 40.22 51.9 64.4 -
YUV 179.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 119 205 203 0.42 0 0.01 0.20 178.6 0.46 0.64
Hex 77 CD CB 2A 0 1 14 B3 2E 40
Octal 167 315 313 52 0 1 24 263 56 100
Binary 1110111 11001101 11001011 101010 0 1 10100 10110011 101110 1000000

Color Harmonies of #77CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDCB

Black with #77CDCB

Text Example


Text Example

White with #77CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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