Html Css Color HEX #77E1D3 Riptide

📋 copy color: '#77E1D3'

red 119 ◦ green 225 ◦ blue 211

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

Shades of Riptide #77E1D3

Tints of Riptide #77E1D3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.54%

 BLUE value IS 211 (82.81% from 255) = 38.02%

R = 21.44%
G = 40.54%
B = 38.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#77E1D3 (or 0x77E1D3) is known color: Riptide. HEX triplet: 77, E1 and D3. RGB value is (119,225,211). Sum of RGB (Red+Green+Blue) = 119+225+211=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1D3 is #881E2C. Grayscale: #BFBFBF. Windows color (decimal): -8920621 or 13885815. OLE color: 13885815.

HSL color Cylindrical-coordinate representation of color #77E1D3: hue angle of 172.08º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E1D3 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 225 211 -
CMYK 0.47 0 0.06 0.12
HSL 172.08º 0.64% 0.67% -
HSV(B) 172.08º 0.47% 0.88% -
XYZ 46.29 62.48 71.25 -
YUV 191.71 138.88 76.14 -
System Red Green Blue C M Y K H S L
Decimal 119 225 211 0.47 0 0.06 0.12 172.08 0.64 0.67
Hex 77 E1 D3 2F 0 6 C AC 40 43
Octal 167 341 323 57 0 6 14 254 100 103
Binary 1110111 11100001 11010011 101111 0 110 1100 10101100 1000000 1000011

Color Harmonies of #77E1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E1D3

Black with #77E1D3

Text Example


Text Example

White with #77E1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,225,211); }

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

background-color css

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

 a { background-color: rgb(119,225,211); }

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

border-color css

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

 span { border-color: rgb(119,225,211); }

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