Html Css Color HEX #8EE1C9 Riptide

📋 copy color: '#8EE1C9'

red 142 ◦ green 225 ◦ blue 201

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

Shades of Riptide #8EE1C9

Tints of Riptide #8EE1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.61%

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 25%
G = 39.61%
B = 35.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#8EE1C9 (or 0x8EE1C9) is known color: Riptide. HEX triplet: 8E, E1 and C9. RGB value is (142,225,201). Sum of RGB (Red+Green+Blue) = 142+225+201=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE1C9 is #711E36. Grayscale: #C5C5C5. Windows color (decimal): -7413303 or 13230478. OLE color: 13230478.

HSL color Cylindrical-coordinate representation of color #8EE1C9: hue angle of 162.65º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1C9 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 225 201 -
CMYK 0.37 0 0.11 0.12
HSL 162.65º 0.58% 0.72% -
HSV(B) 162.65º 0.37% 0.88% -
XYZ 48.62 63.82 65.01 -
YUV 197.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 142 225 201 0.37 0 0.11 0.12 162.65 0.58 0.72
Hex 8E E1 C9 25 0 B C A3 3A 48
Octal 216 341 311 45 0 13 14 243 72 110
Binary 10001110 11100001 11001001 100101 0 1011 1100 10100011 111010 1001000

Color Harmonies of #8EE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE1C9

Black with #8EE1C9

Text Example


Text Example

White with #8EE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,225,201); }

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

background-color css

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

 a { background-color: rgb(142,225,201); }

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

border-color css

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

 span { border-color: rgb(142,225,201); }

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