Html Css Color HEX #8EDBC2 Riptide

📋 copy color: '#8EDBC2'

red 142 ◦ green 219 ◦ blue 194

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

Shades of Riptide #8EDBC2

Tints of Riptide #8EDBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.95%

R = 25.59%
G = 39.46%
B = 34.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#8EDBC2 (or 0x8EDBC2) is known color: Riptide. HEX triplet: 8E, DB and C2. RGB value is (142,219,194). Sum of RGB (Red+Green+Blue) = 142+219+194=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC2 is #71243D. Grayscale: #C1C1C1. Windows color (decimal): -7414846 or 12770190. OLE color: 12770190.

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

Color convert

RGB 142 219 194 -
CMYK 0.35 0 0.11 0.14
HSL 160.52º 0.52% 0.71% -
HSV(B) 160.52º 0.35% 0.86% -
XYZ 46.22 60.31 60.24 -
YUV 193.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 142 219 194 0.35 0 0.11 0.14 160.52 0.52 0.71
Hex 8E DB C2 23 0 B E A1 34 47
Octal 216 333 302 43 0 13 16 241 64 107
Binary 10001110 11011011 11000010 100011 0 1011 1110 10100001 110100 1000111

Color Harmonies of #8EDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBC2

Black with #8EDBC2

Text Example


Text Example

White with #8EDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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