Html Css Color HEX #8EE7DC Riptide

📋 copy color: '#8EE7DC'

red 142 ◦ green 231 ◦ blue 220

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

Shades of Riptide #8EE7DC

Tints of Riptide #8EE7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.95%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 23.95%
G = 38.95%
B = 37.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#8EE7DC (or 0x8EE7DC) is known color: Riptide. HEX triplet: 8E, E7 and DC. RGB value is (142,231,220). Sum of RGB (Red+Green+Blue) = 142+231+220=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE7DC is #711823. Grayscale: #CBCBCB. Windows color (decimal): -7411748 or 14477198. OLE color: 14477198.

HSL color Cylindrical-coordinate representation of color #8EE7DC: hue angle of 172.58º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE7DC is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 142 231 220 -
CMYK 0.39 0 0.05 0.09
HSL 172.58º 0.65% 0.73% -
HSV(B) 172.58º 0.39% 0.91% -
XYZ 52.65 68.07 78.07 -
YUV 203.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 142 231 220 0.39 0 0.05 0.09 172.58 0.65 0.73
Hex 8E E7 DC 27 0 5 9 AD 41 49
Octal 216 347 334 47 0 5 11 255 101 111
Binary 10001110 11100111 11011100 100111 0 101 1001 10101101 1000001 1001001

Color Harmonies of #8EE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE7DC

Black with #8EE7DC

Text Example


Text Example

White with #8EE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,231,220); }

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

background-color css

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

 a { background-color: rgb(142,231,220); }

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

border-color css

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

 span { border-color: rgb(142,231,220); }

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