Html Css Color HEX #77EAC2 Riptide

📋 copy color: '#77EAC2'

red 119 ◦ green 234 ◦ blue 194

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

Shades of Riptide #77EAC2

Tints of Riptide #77EAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 21.76%
G = 42.78%
B = 35.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#77EAC2 (or 0x77EAC2) is known color: Riptide. HEX triplet: 77, EA and C2. RGB value is (119,234,194). Sum of RGB (Red+Green+Blue) = 119+234+194=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAC2 is #88153D. Grayscale: #C3C3C3. Windows color (decimal): -8918334 or 12774007. OLE color: 12774007.

HSL color Cylindrical-coordinate representation of color #77EAC2: hue angle of 159.13º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77EAC2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 234 194 -
CMYK 0.49 0 0.17 0.08
HSL 159.13º 0.73% 0.69% -
HSV(B) 159.13º 0.49% 0.92% -
XYZ 46.77 66.66 61.44 -
YUV 195.06 127.4 73.75 -
System Red Green Blue C M Y K H S L
Decimal 119 234 194 0.49 0 0.17 0.08 159.13 0.73 0.69
Hex 77 EA C2 31 0 11 8 9F 49 45
Octal 167 352 302 61 0 21 10 237 111 105
Binary 1110111 11101010 11000010 110001 0 10001 1000 10011111 1001001 1000101

Color Harmonies of #77EAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77EAC2

Black with #77EAC2

Text Example


Text Example

White with #77EAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,234,194); }

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

background-color css

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

 a { background-color: rgb(119,234,194); }

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

border-color css

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

 span { border-color: rgb(119,234,194); }

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