Html Css Color HEX #8EDBC6 Riptide

📋 copy color: '#8EDBC6'

red 142 ◦ green 219 ◦ blue 198

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

Shades of Riptide #8EDBC6

Tints of Riptide #8EDBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 25.4%
G = 39.18%
B = 35.42%

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

#8EDBC6 (or 0x8EDBC6) is known color: Riptide. HEX triplet: 8E, DB and C6. RGB value is (142,219,198). Sum of RGB (Red+Green+Blue) = 142+219+198=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBC6 is #712439. Grayscale: #C1C1C1. Windows color (decimal): -7414842 or 13032334. OLE color: 13032334.

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

Color convert

RGB 142 219 198 -
CMYK 0.35 0 0.10 0.14
HSL 163.64º 0.52% 0.71% -
HSV(B) 163.64º 0.35% 0.86% -
XYZ 46.68 60.49 62.64 -
YUV 193.58 130.49 91.21 -
System Red Green Blue C M Y K H S L
Decimal 142 219 198 0.35 0 0.10 0.14 163.64 0.52 0.71
Hex 8E DB C6 23 0 A E A4 34 47
Octal 216 333 306 43 0 12 16 244 64 107
Binary 10001110 11011011 11000110 100011 0 1010 1110 10100100 110100 1000111

Color Harmonies of #8EDBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBC6

Black with #8EDBC6

Text Example


Text Example

White with #8EDBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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