Html Css Color HEX #8EDFCF Riptide

📋 copy color: '#8EDFCF'

red 142 ◦ green 223 ◦ blue 207

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

Shades of Riptide #8EDFCF

Tints of Riptide #8EDFCF

RGB

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

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

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

R = 24.83%
G = 38.99%
B = 36.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#8EDFCF (or 0x8EDFCF) is known color: Riptide. HEX triplet: 8E, DF and CF. RGB value is (142,223,207). Sum of RGB (Red+Green+Blue) = 142+223+207=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDFCF is #712030. Grayscale: #C4C4C4. Windows color (decimal): -7413809 or 13623182. OLE color: 13623182.

HSL color Cylindrical-coordinate representation of color #8EDFCF: hue angle of 168.15º 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 #8EDFCF is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 207 -
CMYK 0.36 0 0.07 0.13
HSL 168.15º 0.56% 0.72% -
HSV(B) 168.15º 0.36% 0.87% -
XYZ 48.81 63.03 68.63 -
YUV 196.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 142 223 207 0.36 0 0.07 0.13 168.15 0.56 0.72
Hex 8E DF CF 24 0 7 D A8 38 48
Octal 216 337 317 44 0 7 15 250 70 110
Binary 10001110 11011111 11001111 100100 0 111 1101 10101000 111000 1001000

Color Harmonies of #8EDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFCF

Black with #8EDFCF

Text Example


Text Example

White with #8EDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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