Html Css Color HEX #76E6CA Riptide

📋 copy color: '#76E6CA'

red 118 ◦ green 230 ◦ blue 202

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

Shades of Riptide #76E6CA

Tints of Riptide #76E6CA

RGB

 RED value IS 118 (46.48% from 255) = 21.45%

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 21.45%
G = 41.82%
B = 36.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#76E6CA (or 0x76E6CA) is known color: Riptide. HEX triplet: 76, E6 and CA. RGB value is (118,230,202). Sum of RGB (Red+Green+Blue) = 118+230+202=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6CA is #891935. Grayscale: #C1C1C1. Windows color (decimal): -8984886 or 13297270. OLE color: 13297270.

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

Color convert

RGB 118 230 202 -
CMYK 0.49 0 0.12 0.10
HSL 165º 0.69% 0.68% -
HSV(B) 165º 0.49% 0.9% -
XYZ 46.43 64.71 65.92 -
YUV 193.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 118 230 202 0.49 0 0.12 0.10 165 0.69 0.68
Hex 76 E6 CA 31 0 C A A5 45 44
Octal 166 346 312 61 0 14 12 245 105 104
Binary 1110110 11100110 11001010 110001 0 1100 1010 10100101 1000101 1000100

Color Harmonies of #76E6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E6CA

Black with #76E6CA

Text Example


Text Example

White with #76E6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76E6CA; }

 p { color: rgb(118,230,202); }

 H1.HeaderClassName
 {
   color: #76E6CA;
 }
 .AnyTagClassName
 {
   color: #76E6CA;
 }
</style>

background-color css

<style>
 a { background-color: #76E6CA; }

 a { background-color: rgb(118,230,202); }

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

border-color css

<style>
 span { border-color: #76E6CA; }

 span { border-color: rgb(118,230,202); }

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