Html Css Color HEX #8EEDC2 Riptide

📋 copy color: '#8EEDC2'

red 142 ◦ green 237 ◦ blue 194

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

Shades of Riptide #8EEDC2

Tints of Riptide #8EEDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

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

R = 24.78%
G = 41.36%
B = 33.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#8EEDC2 (or 0x8EEDC2) is known color: Riptide. HEX triplet: 8E, ED and C2. RGB value is (142,237,194). Sum of RGB (Red+Green+Blue) = 142+237+194=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDC2 is #71123D. Grayscale: #CBCBCB. Windows color (decimal): -7410238 or 12774798. OLE color: 12774798.

HSL color Cylindrical-coordinate representation of color #8EEDC2: hue angle of 152.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDC2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 237 194 -
CMYK 0.40 0 0.18 0.07
HSL 152.84º 0.73% 0.74% -
HSV(B) 152.84º 0.4% 0.93% -
XYZ 51.18 70.21 61.89 -
YUV 203.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 142 237 194 0.40 0 0.18 0.07 152.84 0.73 0.74
Hex 8E ED C2 28 0 12 7 99 49 4A
Octal 216 355 302 50 0 22 7 231 111 112
Binary 10001110 11101101 11000010 101000 0 10010 111 10011001 1001001 1001010

Color Harmonies of #8EEDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEDC2

Black with #8EEDC2

Text Example


Text Example

White with #8EEDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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