Html Css Color HEX #8EEADB Riptide

📋 copy color: '#8EEADB'

red 142 ◦ green 234 ◦ blue 219

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

Shades of Riptide #8EEADB

Tints of Riptide #8EEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 219 (85.94% from 255) = 36.81%

R = 23.87%
G = 39.33%
B = 36.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#8EEADB (or 0x8EEADB) is known color: Riptide. HEX triplet: 8E, EA and DB. RGB value is (142,234,219). Sum of RGB (Red+Green+Blue) = 142+234+219=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEADB is #711524. Grayscale: #CCCCCC. Windows color (decimal): -7410981 or 14412430. OLE color: 14412430.

HSL color Cylindrical-coordinate representation of color #8EEADB: hue angle of 170.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEADB is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 234 219 -
CMYK 0.39 0 0.06 0.08
HSL 170.22º 0.69% 0.74% -
HSV(B) 170.22º 0.39% 0.92% -
XYZ 53.36 69.71 77.66 -
YUV 204.78 136.02 83.22 -
System Red Green Blue C M Y K H S L
Decimal 142 234 219 0.39 0 0.06 0.08 170.22 0.69 0.74
Hex 8E EA DB 27 0 6 8 AA 45 4A
Octal 216 352 333 47 0 6 10 252 105 112
Binary 10001110 11101010 11011011 100111 0 110 1000 10101010 1000101 1001010

Color Harmonies of #8EEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEADB

Black with #8EEADB

Text Example


Text Example

White with #8EEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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