Html Css Color HEX #77DCCD Riptide

📋 copy color: '#77DCCD'

red 119 ◦ green 220 ◦ blue 205

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

Shades of Riptide #77DCCD

Tints of Riptide #77DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 21.88%
G = 40.44%
B = 37.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#77DCCD (or 0x77DCCD) is known color: Riptide. HEX triplet: 77, DC and CD. RGB value is (119,220,205). Sum of RGB (Red+Green+Blue) = 119+220+205=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #77DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DCCD is #882332. Grayscale: #BCBCBC. Windows color (decimal): -8921907 or 13491319. OLE color: 13491319.

HSL color Cylindrical-coordinate representation of color #77DCCD: hue angle of 171.09º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DCCD is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 220 205 -
CMYK 0.46 0 0.07 0.14
HSL 171.09º 0.59% 0.66% -
HSV(B) 171.09º 0.46% 0.86% -
XYZ 44.22 59.52 66.91 -
YUV 188.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 119 220 205 0.46 0 0.07 0.14 171.09 0.59 0.66
Hex 77 DC CD 2E 0 7 E AB 3B 42
Octal 167 334 315 56 0 7 16 253 73 102
Binary 1110111 11011100 11001101 101110 0 111 1110 10101011 111011 1000010

Color Harmonies of #77DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DCCD

Black with #77DCCD

Text Example


Text Example

White with #77DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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