Html Css Color HEX #8EDFD4 Riptide

📋 copy color: '#8EDFD4'

red 142 ◦ green 223 ◦ blue 212

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

Shades of Riptide #8EDFD4

Tints of Riptide #8EDFD4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.65%

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 24.61%
G = 38.65%
B = 36.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#8EDFD4 (or 0x8EDFD4) is known color: Riptide. HEX triplet: 8E, DF and D4. RGB value is (142,223,212). Sum of RGB (Red+Green+Blue) = 142+223+212=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFD4 is #71202B. Grayscale: #C5C5C5. Windows color (decimal): -7413804 or 13950862. OLE color: 13950862.

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

Color convert

RGB 142 223 212 -
CMYK 0.36 0 0.05 0.13
HSL 171.85º 0.56% 0.72% -
HSV(B) 171.85º 0.36% 0.87% -
XYZ 49.43 63.28 71.9 -
YUV 197.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 142 223 212 0.36 0 0.05 0.13 171.85 0.56 0.72
Hex 8E DF D4 24 0 5 D AC 38 48
Octal 216 337 324 44 0 5 15 254 70 110
Binary 10001110 11011111 11010100 100100 0 101 1101 10101100 111000 1001000

Color Harmonies of #8EDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFD4

Black with #8EDFD4

Text Example


Text Example

White with #8EDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,212); }

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

background-color css

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

 a { background-color: rgb(142,223,212); }

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

border-color css

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

 span { border-color: rgb(142,223,212); }

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