Html Css Color HEX #8EDFD6 Riptide

📋 copy color: '#8EDFD6'

red 142 ◦ green 223 ◦ blue 214

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

Shades of Riptide #8EDFD6

Tints of Riptide #8EDFD6

RGB

 RED value IS 142 (55.86% from 255) = 24.53%

 GREEN value IS 223 (87.5% from 255) = 38.51%

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 24.53%
G = 38.51%
B = 36.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#8EDFD6 (or 0x8EDFD6) is known color: Riptide. HEX triplet: 8E, DF and D6. RGB value is (142,223,214). Sum of RGB (Red+Green+Blue) = 142+223+214=579 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.53% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFD6 is #712029. Grayscale: #C5C5C5. Windows color (decimal): -7413802 or 14081934. OLE color: 14081934.

HSL color Cylindrical-coordinate representation of color #8EDFD6: hue angle of 173.33º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDFD6 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 214 -
CMYK 0.36 0 0.04 0.13
HSL 173.33º 0.56% 0.72% -
HSV(B) 173.33º 0.36% 0.87% -
XYZ 49.68 63.38 73.23 -
YUV 197.76 137.16 88.23 -
System Red Green Blue C M Y K H S L
Decimal 142 223 214 0.36 0 0.04 0.13 173.33 0.56 0.72
Hex 8E DF D6 24 0 4 D AD 38 48
Octal 216 337 326 44 0 4 15 255 70 110
Binary 10001110 11011111 11010110 100100 0 100 1101 10101101 111000 1001000

Color Harmonies of #8EDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFD6

Black with #8EDFD6

Text Example


Text Example

White with #8EDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,214); }

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

background-color css

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

 a { background-color: rgb(142,223,214); }

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

border-color css

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

 span { border-color: rgb(142,223,214); }

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