Html Css Color HEX #8EDBC1 Riptide

📋 copy color: '#8EDBC1'

red 142 ◦ green 219 ◦ blue 193

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

Shades of Riptide #8EDBC1

Tints of Riptide #8EDBC1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.53%

 BLUE value IS 193 (75.78% from 255) = 34.84%

R = 25.63%
G = 39.53%
B = 34.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#8EDBC1 (or 0x8EDBC1) is known color: Riptide. HEX triplet: 8E, DB and C1. RGB value is (142,219,193). Sum of RGB (Red+Green+Blue) = 142+219+193=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC1 is #71243E. Grayscale: #C1C1C1. Windows color (decimal): -7414847 or 12704654. OLE color: 12704654.

HSL color Cylindrical-coordinate representation of color #8EDBC1: hue angle of 159.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDBC1 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 193 -
CMYK 0.35 0 0.12 0.14
HSL 159.74º 0.52% 0.71% -
HSV(B) 159.74º 0.35% 0.86% -
XYZ 46.11 60.26 59.65 -
YUV 193.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 142 219 193 0.35 0 0.12 0.14 159.74 0.52 0.71
Hex 8E DB C1 23 0 C E A0 34 47
Octal 216 333 301 43 0 14 16 240 64 107
Binary 10001110 11011011 11000001 100011 0 1100 1110 10100000 110100 1000111

Color Harmonies of #8EDBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBC1

Black with #8EDBC1

Text Example


Text Example

White with #8EDBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,193); }

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

background-color css

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

 a { background-color: rgb(142,219,193); }

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

border-color css

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

 span { border-color: rgb(142,219,193); }

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