Html Css Color HEX #8EDBC5 Riptide

📋 copy color: '#8EDBC5'

red 142 ◦ green 219 ◦ blue 197

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

Shades of Riptide #8EDBC5

Tints of Riptide #8EDBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.3%

R = 25.45%
G = 39.25%
B = 35.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#8EDBC5 (or 0x8EDBC5) is known color: Riptide. HEX triplet: 8E, DB and C5. RGB value is (142,219,197). Sum of RGB (Red+Green+Blue) = 142+219+197=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC5 is #71243A. Grayscale: #C1C1C1. Windows color (decimal): -7414843 or 12966798. OLE color: 12966798.

HSL color Cylindrical-coordinate representation of color #8EDBC5: hue angle of 162.86º 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 #8EDBC5 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 197 -
CMYK 0.35 0 0.10 0.14
HSL 162.86º 0.52% 0.71% -
HSV(B) 162.86º 0.35% 0.86% -
XYZ 46.56 60.45 62.04 -
YUV 193.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 142 219 197 0.35 0 0.10 0.14 162.86 0.52 0.71
Hex 8E DB C5 23 0 A E A3 34 47
Octal 216 333 305 43 0 12 16 243 64 107
Binary 10001110 11011011 11000101 100011 0 1010 1110 10100011 110100 1000111

Color Harmonies of #8EDBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBC5

Black with #8EDBC5

Text Example


Text Example

White with #8EDBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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