Html Css Color HEX #8ED4CF Riptide

📋 copy color: '#8ED4CF'

red 142 ◦ green 212 ◦ blue 207

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

Shades of Riptide #8ED4CF

Tints of Riptide #8ED4CF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.79%

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 25.31%
G = 37.79%
B = 36.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#8ED4CF (or 0x8ED4CF) is known color: Riptide. HEX triplet: 8E, D4 and CF. RGB value is (142,212,207). Sum of RGB (Red+Green+Blue) = 142+212+207=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED4CF is #712B30. Grayscale: #BEBEBE. Windows color (decimal): -7416625 or 13620366. OLE color: 13620366.

HSL color Cylindrical-coordinate representation of color #8ED4CF: hue angle of 175.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ED4CF is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 207 -
CMYK 0.33 0 0.02 0.17
HSL 175.71º 0.45% 0.69% -
HSV(B) 175.71º 0.33% 0.83% -
XYZ 45.96 57.34 67.68 -
YUV 190.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 142 212 207 0.33 0 0.02 0.17 175.71 0.45 0.69
Hex 8E D4 CF 21 0 2 11 B0 2D 45
Octal 216 324 317 41 0 2 21 260 55 105
Binary 10001110 11010100 11001111 100001 0 10 10001 10110000 101101 1000101

Color Harmonies of #8ED4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED4CF

Black with #8ED4CF

Text Example


Text Example

White with #8ED4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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