Html Css Color HEX #8EDBC0 Riptide

📋 copy color: '#8EDBC0'

red 142 ◦ green 219 ◦ blue 192

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

Shades of Riptide #8EDBC0

Tints of Riptide #8EDBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 25.68%
G = 39.6%
B = 34.72%

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

#8EDBC0 (or 0x8EDBC0) is known color: Riptide. HEX triplet: 8E, DB and C0. RGB value is (142,219,192). Sum of RGB (Red+Green+Blue) = 142+219+192=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC0 is #71243F. Grayscale: #C0C0C0. Windows color (decimal): -7414848 or 12639118. OLE color: 12639118.

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

Color convert

RGB 142 219 192 -
CMYK 0.35 0 0.12 0.14
HSL 158.96º 0.52% 0.71% -
HSV(B) 158.96º 0.35% 0.86% -
XYZ 46 60.22 59.07 -
YUV 192.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 142 219 192 0.35 0 0.12 0.14 158.96 0.52 0.71
Hex 8E DB C0 23 0 C E 9F 34 47
Octal 216 333 300 43 0 14 16 237 64 107
Binary 10001110 11011011 11000000 100011 0 1100 1110 10011111 110100 1000111

Color Harmonies of #8EDBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBC0

Black with #8EDBC0

Text Example


Text Example

White with #8EDBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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