Html Css Color HEX #76DAD1 Riptide

📋 copy color: '#76DAD1'

red 118 ◦ green 218 ◦ blue 209

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

Shades of Riptide #76DAD1

Tints of Riptide #76DAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 21.65%
G = 40%
B = 38.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#76DAD1 (or 0x76DAD1) is known color: Riptide. HEX triplet: 76, DA and D1. RGB value is (118,218,209). Sum of RGB (Red+Green+Blue) = 118+218+209=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #76DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DAD1 is #89252E. Grayscale: #BBBBBB. Windows color (decimal): -8987951 or 13752950. OLE color: 13752950.

HSL color Cylindrical-coordinate representation of color #76DAD1: hue angle of 174.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DAD1 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 218 209 -
CMYK 0.46 0 0.04 0.15
HSL 174.6º 0.57% 0.66% -
HSV(B) 174.6º 0.46% 0.85% -
XYZ 44.05 58.6 69.31 -
YUV 187.07 140.37 78.73 -
System Red Green Blue C M Y K H S L
Decimal 118 218 209 0.46 0 0.04 0.15 174.6 0.57 0.66
Hex 76 DA D1 2E 0 4 F AF 39 42
Octal 166 332 321 56 0 4 17 257 71 102
Binary 1110110 11011010 11010001 101110 0 100 1111 10101111 111001 1000010

Color Harmonies of #76DAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAD1

Black with #76DAD1

Text Example


Text Example

White with #76DAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,209); }

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

background-color css

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

 a { background-color: rgb(118,218,209); }

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

border-color css

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

 span { border-color: rgb(118,218,209); }

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