#77EAC1

Color #77EAC1 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #77EAC1

Tints of Riptide #77EAC1

Color information

#77EAC1 (or 0x77EAC1) is unknown color: approx Riptide. HEX triplet: 77, EA and C1. RGB value is (119,234,193). Sum of RGB (Red+Green+Blue) = 119+234+193=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #77EAC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77EAC1 is #88153E. Grayscale: #C2C2C2. Windows color (decimal): -8918335 or 12708471. OLE color: 12708471.

HSL color Cylindrical-coordinate representation of color #77EAC1: hue angle of 158.61º 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 #77EAC1 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB119234193-
CMYK0.4900.180.08
HSL158.61º73.25%69.22%-
HSV(B)158.61º49.15%91.76%-
XYZ46.6666.6260.85-
YUV194.94126.973.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.79%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=21.79%
G=42.86%
B=35.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1192341930.4900.180.08158.6173.2569.22
Hex77EAC13101289f4945
Octal1673523016102210237111105
Binary1110111111010101100000111000101001010001001111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77EAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77EAC1;
 }
 .AnyTagClassName
 {
   color: #77EAC1;
 }
</style>
background-color css

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

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

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

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

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

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