Html Css Color HEX #77E0CC Riptide

📋 copy color: '#77E0CC'

red 119 ◦ green 224 ◦ blue 204

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

Shades of Riptide #77E0CC

Tints of Riptide #77E0CC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.95%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 21.76%
G = 40.95%
B = 37.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#77E0CC (or 0x77E0CC) is known color: Riptide. HEX triplet: 77, E0 and CC. RGB value is (119,224,204). Sum of RGB (Red+Green+Blue) = 119+224+204=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0CC is #881F33. Grayscale: #BEBEBE. Windows color (decimal): -8920884 or 13426807. OLE color: 13426807.

HSL color Cylindrical-coordinate representation of color #77E0CC: hue angle of 168.57º degrees, saturation: 0.63, 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 #77E0CC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 224 204 -
CMYK 0.47 0 0.09 0.12
HSL 168.57º 0.63% 0.67% -
HSV(B) 168.57º 0.47% 0.88% -
XYZ 45.16 61.59 66.64 -
YUV 190.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 119 224 204 0.47 0 0.09 0.12 168.57 0.63 0.67
Hex 77 E0 CC 2F 0 9 C A9 3F 43
Octal 167 340 314 57 0 11 14 251 77 103
Binary 1110111 11100000 11001100 101111 0 1001 1100 10101001 111111 1000011

Color Harmonies of #77E0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77E0CC

Black with #77E0CC

Text Example


Text Example

White with #77E0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,224,204); }

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

background-color css

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

 a { background-color: rgb(119,224,204); }

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

border-color css

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

 span { border-color: rgb(119,224,204); }

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