Html Css Color HEX #8EDFCD Riptide

📋 copy color: '#8EDFCD'

red 142 ◦ green 223 ◦ blue 205

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

Shades of Riptide #8EDFCD

Tints of Riptide #8EDFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 24.91%
G = 39.12%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#8EDFCD (or 0x8EDFCD) is known color: Riptide. HEX triplet: 8E, DF and CD. RGB value is (142,223,205). Sum of RGB (Red+Green+Blue) = 142+223+205=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFCD is #712032. Grayscale: #C4C4C4. Windows color (decimal): -7413811 or 13492110. OLE color: 13492110.

HSL color Cylindrical-coordinate representation of color #8EDFCD: hue angle of 166.67º 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 #8EDFCD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 205 -
CMYK 0.36 0 0.08 0.13
HSL 166.67º 0.56% 0.72% -
HSV(B) 166.67º 0.36% 0.87% -
XYZ 48.56 62.93 67.35 -
YUV 196.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 142 223 205 0.36 0 0.08 0.13 166.67 0.56 0.72
Hex 8E DF CD 24 0 8 D A7 38 48
Octal 216 337 315 44 0 10 15 247 70 110
Binary 10001110 11011111 11001101 100100 0 1000 1101 10100111 111000 1001000

Color Harmonies of #8EDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFCD

Black with #8EDFCD

Text Example


Text Example

White with #8EDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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