Html Css Color HEX #77DDCC Riptide

📋 copy color: '#77DDCC'

red 119 ◦ green 221 ◦ blue 204

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

Shades of Riptide #77DDCC

Tints of Riptide #77DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 21.88%
G = 40.63%
B = 37.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#77DDCC (or 0x77DDCC) is known color: Riptide. HEX triplet: 77, DD and CC. RGB value is (119,221,204). Sum of RGB (Red+Green+Blue) = 119+221+204=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDCC is #882233. Grayscale: #BCBCBC. Windows color (decimal): -8921652 or 13426039. OLE color: 13426039.

HSL color Cylindrical-coordinate representation of color #77DDCC: hue angle of 170º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDCC is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 204 -
CMYK 0.46 0 0.08 0.13
HSL 170º 0.6% 0.67% -
HSV(B) 170º 0.46% 0.87% -
XYZ 44.36 59.99 66.37 -
YUV 188.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 119 221 204 0.46 0 0.08 0.13 170 0.6 0.67
Hex 77 DD CC 2E 0 8 D AA 3C 43
Octal 167 335 314 56 0 10 15 252 74 103
Binary 1110111 11011101 11001100 101110 0 1000 1101 10101010 111100 1000011

Color Harmonies of #77DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDCC

Black with #77DDCC

Text Example


Text Example

White with #77DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,221,204); }

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

background-color css

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

 a { background-color: rgb(119,221,204); }

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

border-color css

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

 span { border-color: rgb(119,221,204); }

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