Html Css Color HEX #76DECD Riptide

📋 copy color: '#76DECD'

red 118 ◦ green 222 ◦ blue 205

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

Shades of Riptide #76DECD

Tints of Riptide #76DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.73%

 BLUE value IS 205 (80.47% from 255) = 37.61%

R = 21.65%
G = 40.73%
B = 37.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#76DECD (or 0x76DECD) is known color: Riptide. HEX triplet: 76, DE and CD. RGB value is (118,222,205). Sum of RGB (Red+Green+Blue) = 118+222+205=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #76DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DECD is #892132. Grayscale: #BCBCBC. Windows color (decimal): -8986931 or 13491830. OLE color: 13491830.

HSL color Cylindrical-coordinate representation of color #76DECD: hue angle of 170.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DECD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 222 205 -
CMYK 0.47 0 0.08 0.13
HSL 170.19º 0.61% 0.67% -
HSV(B) 170.19º 0.47% 0.87% -
XYZ 44.61 60.5 67.08 -
YUV 188.97 137.04 77.38 -
System Red Green Blue C M Y K H S L
Decimal 118 222 205 0.47 0 0.08 0.13 170.19 0.61 0.67
Hex 76 DE CD 2F 0 8 D AA 3D 43
Octal 166 336 315 57 0 10 15 252 75 103
Binary 1110110 11011110 11001101 101111 0 1000 1101 10101010 111101 1000011

Color Harmonies of #76DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DECD

Black with #76DECD

Text Example


Text Example

White with #76DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,222,205); }

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

background-color css

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

 a { background-color: rgb(118,222,205); }

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

border-color css

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

 span { border-color: rgb(118,222,205); }

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