Html Css Color HEX #8EDDC3 Riptide

📋 copy color: '#8EDDC3'

red 142 ◦ green 221 ◦ blue 195

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

Shades of Riptide #8EDDC3

Tints of Riptide #8EDDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.61%

 BLUE value IS 195 (76.56% from 255) = 34.95%

R = 25.45%
G = 39.61%
B = 34.95%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#8EDDC3 (or 0x8EDDC3) is known color: Riptide. HEX triplet: 8E, DD and C3. RGB value is (142,221,195). Sum of RGB (Red+Green+Blue) = 142+221+195=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDC3 is #71223C. Grayscale: #C2C2C2. Windows color (decimal): -7414333 or 12836238. OLE color: 12836238.

HSL color Cylindrical-coordinate representation of color #8EDDC3: hue angle of 160.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDC3 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 221 195 -
CMYK 0.36 0 0.12 0.13
HSL 160.25º 0.54% 0.71% -
HSV(B) 160.25º 0.36% 0.87% -
XYZ 46.86 61.4 61.01 -
YUV 194.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 142 221 195 0.36 0 0.12 0.13 160.25 0.54 0.71
Hex 8E DD C3 24 0 C D A0 36 47
Octal 216 335 303 44 0 14 15 240 66 107
Binary 10001110 11011101 11000011 100100 0 1100 1101 10100000 110110 1000111

Color Harmonies of #8EDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDDC3

Black with #8EDDC3

Text Example


Text Example

White with #8EDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,195); }

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

background-color css

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

 a { background-color: rgb(142,221,195); }

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

border-color css

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

 span { border-color: rgb(142,221,195); }

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