Html Css Color HEX #8EEDCE Riptide

📋 copy color: '#8EEDCE'

red 142 ◦ green 237 ◦ blue 206

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

Shades of Riptide #8EEDCE

Tints of Riptide #8EEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.51%

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 24.27%
G = 40.51%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#8EEDCE (or 0x8EEDCE) is known color: Riptide. HEX triplet: 8E, ED and CE. RGB value is (142,237,206). Sum of RGB (Red+Green+Blue) = 142+237+206=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDCE is #711231. Grayscale: #CDCDCD. Windows color (decimal): -7410226 or 13561230. OLE color: 13561230.

HSL color Cylindrical-coordinate representation of color #8EEDCE: hue angle of 160.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDCE is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 206 -
CMYK 0.40 0 0.13 0.07
HSL 160.42º 0.73% 0.74% -
HSV(B) 160.42º 0.4% 0.93% -
XYZ 52.58 70.78 69.28 -
YUV 205.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 142 237 206 0.40 0 0.13 0.07 160.42 0.73 0.74
Hex 8E ED CE 28 0 D 7 A0 49 4A
Octal 216 355 316 50 0 15 7 240 111 112
Binary 10001110 11101101 11001110 101000 0 1101 111 10100000 1001001 1001010

Color Harmonies of #8EEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDCE

Black with #8EEDCE

Text Example


Text Example

White with #8EEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,237,206); }

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

background-color css

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

 a { background-color: rgb(142,237,206); }

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

border-color css

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

 span { border-color: rgb(142,237,206); }

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