Html Css Color HEX #8EEAD5 Riptide

📋 copy color: '#8EEAD5'

red 142 ◦ green 234 ◦ blue 213

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

Shades of Riptide #8EEAD5

Tints of Riptide #8EEAD5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.73%

 BLUE value IS 213 (83.59% from 255) = 36.16%

R = 24.11%
G = 39.73%
B = 36.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#8EEAD5 (or 0x8EEAD5) is known color: Riptide. HEX triplet: 8E, EA and D5. RGB value is (142,234,213). Sum of RGB (Red+Green+Blue) = 142+234+213=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEAD5 is #71152A. Grayscale: #CCCCCC. Windows color (decimal): -7410987 or 14019214. OLE color: 14019214.

HSL color Cylindrical-coordinate representation of color #8EEAD5: hue angle of 166.3º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAD5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 234 213 -
CMYK 0.39 0 0.09 0.08
HSL 166.3º 0.69% 0.74% -
HSV(B) 166.3º 0.39% 0.92% -
XYZ 52.59 69.4 73.57 -
YUV 204.1 133.02 83.71 -
System Red Green Blue C M Y K H S L
Decimal 142 234 213 0.39 0 0.09 0.08 166.3 0.69 0.74
Hex 8E EA D5 27 0 9 8 A6 45 4A
Octal 216 352 325 47 0 11 10 246 105 112
Binary 10001110 11101010 11010101 100111 0 1001 1000 10100110 1000101 1001010

Color Harmonies of #8EEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEAD5

Black with #8EEAD5

Text Example


Text Example

White with #8EEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,234,213); }

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

background-color css

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

 a { background-color: rgb(142,234,213); }

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

border-color css

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

 span { border-color: rgb(142,234,213); }

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