Html Css Color HEX #77DAD2 Riptide

📋 copy color: '#77DAD2'

red 119 ◦ green 218 ◦ blue 210

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

Shades of Riptide #77DAD2

Tints of Riptide #77DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.85%

 BLUE value IS 210 (82.42% from 255) = 38.39%

R = 21.76%
G = 39.85%
B = 38.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#77DAD2 (or 0x77DAD2) is known color: Riptide. HEX triplet: 77, DA and D2. RGB value is (119,218,210). Sum of RGB (Red+Green+Blue) = 119+218+210=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #77DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DAD2 is #88252D. Grayscale: #BBBBBB. Windows color (decimal): -8922414 or 13818487. OLE color: 13818487.

HSL color Cylindrical-coordinate representation of color #77DAD2: hue angle of 175.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DAD2 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 218 210 -
CMYK 0.45 0 0.04 0.15
HSL 175.15º 0.57% 0.66% -
HSV(B) 175.15º 0.45% 0.85% -
XYZ 44.31 58.72 69.97 -
YUV 187.49 140.7 79.15 -
System Red Green Blue C M Y K H S L
Decimal 119 218 210 0.45 0 0.04 0.15 175.15 0.57 0.66
Hex 77 DA D2 2D 0 4 F AF 39 42
Octal 167 332 322 55 0 4 17 257 71 102
Binary 1110111 11011010 11010010 101101 0 100 1111 10101111 111001 1000010

Color Harmonies of #77DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DAD2

Black with #77DAD2

Text Example


Text Example

White with #77DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,218,210); }

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

background-color css

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

 a { background-color: rgb(119,218,210); }

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

border-color css

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

 span { border-color: rgb(119,218,210); }

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