Html Css Color HEX #77E4D0 Riptide

📋 copy color: '#77E4D0'

red 119 ◦ green 228 ◦ blue 208

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

Shades of Riptide #77E4D0

Tints of Riptide #77E4D0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.08%

 BLUE value IS 208 (81.64% from 255) = 37.48%

R = 21.44%
G = 41.08%
B = 37.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#77E4D0 (or 0x77E4D0) is known color: Riptide. HEX triplet: 77, E4 and D0. RGB value is (119,228,208). Sum of RGB (Red+Green+Blue) = 119+228+208=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #77E4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E4D0 is #881B2F. Grayscale: #C1C1C1. Windows color (decimal): -8919856 or 13689975. OLE color: 13689975.

HSL color Cylindrical-coordinate representation of color #77E4D0: hue angle of 168.99º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E4D0 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 228 208 -
CMYK 0.48 0 0.09 0.11
HSL 168.99º 0.67% 0.68% -
HSV(B) 168.99º 0.48% 0.89% -
XYZ 46.74 63.96 69.56 -
YUV 193.13 136.39 75.13 -
System Red Green Blue C M Y K H S L
Decimal 119 228 208 0.48 0 0.09 0.11 168.99 0.67 0.68
Hex 77 E4 D0 30 0 9 B A9 43 44
Octal 167 344 320 60 0 11 13 251 103 104
Binary 1110111 11100100 11010000 110000 0 1001 1011 10101001 1000011 1000100

Color Harmonies of #77E4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E4D0

Black with #77E4D0

Text Example


Text Example

White with #77E4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,228,208); }

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

background-color css

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

 a { background-color: rgb(119,228,208); }

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

border-color css

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

 span { border-color: rgb(119,228,208); }

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