Html Css Color HEX #77E6CF Riptide

📋 copy color: '#77E6CF'

red 119 ◦ green 230 ◦ blue 207

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

Shades of Riptide #77E6CF

Tints of Riptide #77E6CF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.37%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 21.4%
G = 41.37%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#77E6CF (or 0x77E6CF) is known color: Riptide. HEX triplet: 77, E6 and CF. RGB value is (119,230,207). Sum of RGB (Red+Green+Blue) = 119+230+207=556 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.40% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #77E6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E6CF is #881930. Grayscale: #C2C2C2. Windows color (decimal): -8919345 or 13624951. OLE color: 13624951.

HSL color Cylindrical-coordinate representation of color #77E6CF: hue angle of 167.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E6CF is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 230 207 -
CMYK 0.48 0 0.10 0.10
HSL 167.57º 0.69% 0.68% -
HSV(B) 167.57º 0.48% 0.9% -
XYZ 47.17 65.02 69.1 -
YUV 194.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 119 230 207 0.48 0 0.10 0.10 167.57 0.69 0.68
Hex 77 E6 CF 30 0 A A A8 45 44
Octal 167 346 317 60 0 12 12 250 105 104
Binary 1110111 11100110 11001111 110000 0 1010 1010 10101000 1000101 1000100

Color Harmonies of #77E6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E6CF

Black with #77E6CF

Text Example


Text Example

White with #77E6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,230,207); }

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

background-color css

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

 a { background-color: rgb(119,230,207); }

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

border-color css

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

 span { border-color: rgb(119,230,207); }

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