Html Css Color HEX #77DDCE Riptide

📋 copy color: '#77DDCE'

red 119 ◦ green 221 ◦ blue 206

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

Shades of Riptide #77DDCE

Tints of Riptide #77DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.73%

R = 21.79%
G = 40.48%
B = 37.73%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#77DDCE (or 0x77DDCE) is known color: Riptide. HEX triplet: 77, DD and CE. RGB value is (119,221,206). Sum of RGB (Red+Green+Blue) = 119+221+206=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDCE is #882231. Grayscale: #BCBCBC. Windows color (decimal): -8921650 or 13557111. OLE color: 13557111.

HSL color Cylindrical-coordinate representation of color #77DDCE: hue angle of 171.18º 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 #77DDCE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 206 -
CMYK 0.46 0 0.07 0.13
HSL 171.18º 0.6% 0.67% -
HSV(B) 171.18º 0.46% 0.87% -
XYZ 44.6 60.09 67.64 -
YUV 188.79 137.71 78.22 -
System Red Green Blue C M Y K H S L
Decimal 119 221 206 0.46 0 0.07 0.13 171.18 0.6 0.67
Hex 77 DD CE 2E 0 7 D AB 3C 43
Octal 167 335 316 56 0 7 15 253 74 103
Binary 1110111 11011101 11001110 101110 0 111 1101 10101011 111100 1000011

Color Harmonies of #77DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDCE

Black with #77DDCE

Text Example


Text Example

White with #77DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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