Html Css Color HEX #76E8D0 Riptide

📋 copy color: '#76E8D0'

red 118 ◦ green 232 ◦ blue 208

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

Shades of Riptide #76E8D0

Tints of Riptide #76E8D0

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.58%

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 21.15%
G = 41.58%
B = 37.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#76E8D0 (or 0x76E8D0) is known color: Riptide. HEX triplet: 76, E8 and D0. RGB value is (118,232,208). Sum of RGB (Red+Green+Blue) = 118+232+208=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8D0 is #89172F. Grayscale: #C3C3C3. Windows color (decimal): -8984368 or 13690998. OLE color: 13690998.

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

Color convert

RGB 118 232 208 -
CMYK 0.49 0 0.10 0.09
HSL 167.37º 0.71% 0.69% -
HSV(B) 167.37º 0.49% 0.91% -
XYZ 47.71 66.12 69.92 -
YUV 195.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 118 232 208 0.49 0 0.10 0.09 167.37 0.71 0.69
Hex 76 E8 D0 31 0 A 9 A7 47 45
Octal 166 350 320 61 0 12 11 247 107 105
Binary 1110110 11101000 11010000 110001 0 1010 1001 10100111 1000111 1000101

Color Harmonies of #76E8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E8D0

Black with #76E8D0

Text Example


Text Example

White with #76E8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,232,208); }

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

background-color css

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

 a { background-color: rgb(118,232,208); }

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

border-color css

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

 span { border-color: rgb(118,232,208); }

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