Html Css Color HEX #8DDCC6 Riptide

📋 copy color: '#8DDCC6'

red 141 ◦ green 220 ◦ blue 198

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

Shades of Riptide #8DDCC6

Tints of Riptide #8DDCC6

RGB

 RED value IS 141 (55.47% from 255) = 25.22%

 GREEN value IS 220 (86.33% from 255) = 39.36%

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 25.22%
G = 39.36%
B = 35.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#8DDCC6 (or 0x8DDCC6) is known color: Riptide. HEX triplet: 8D, DC and C6. RGB value is (141,220,198). Sum of RGB (Red+Green+Blue) = 141+220+198=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDCC6 is #722339. Grayscale: #C1C1C1. Windows color (decimal): -7480122 or 13032589. OLE color: 13032589.

HSL color Cylindrical-coordinate representation of color #8DDCC6: hue angle of 163.29º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDCC6 is Cyan = 0.36, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 198 -
CMYK 0.36 0 0.1 0.14
HSL 163.29º 0.53% 0.71% -
HSV(B) 163.29º 0.36% 0.86% -
XYZ 46.77 60.93 62.72 -
YUV 193.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 141 220 198 0.36 0 0.1 0.14 163.29 0.53 0.71
Hex 8D DC C6 24 0 A E A3 35 47
Octal 215 334 306 44 0 12 16 243 65 107
Binary 10001101 11011100 11000110 100100 0 1010 1110 10100011 110101 1000111

Color Harmonies of #8DDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCC6

Black with #8DDCC6

Text Example


Text Example

White with #8DDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DDCC6; }

 p { color: rgb(141,220,198); }

 H1.HeaderClassName
 {
   color: #8DDCC6;
 }
 .AnyTagClassName
 {
   color: #8DDCC6;
 }
</style>

background-color css

<style>
 a { background-color: #8DDCC6; }

 a { background-color: rgb(141,220,198); }

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

border-color css

<style>
 span { border-color: #8DDCC6; }

 span { border-color: rgb(141,220,198); }

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