#8FEDD1

Color #8FEDD1 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #8FEDD1

Tints of Riptide #8FEDD1

Color information

#8FEDD1 (or 0x8FEDD1) is unknown color: approx Riptide. HEX triplet: 8F, ED and D1. RGB value is (143,237,209). Sum of RGB (Red+Green+Blue) = 143+237+209=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD1 is #70122E. Grayscale: #CDCDCD. Windows color (decimal): -7344687 or 13757839. OLE color: 13757839.

HSL color Cylindrical-coordinate representation of color #8FEDD1: hue angle of 162.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEDD1 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB143237209-
CMYK0.4000.120.07
HSL162.13º72.31%74.51%-
HSV(B)162.13º39.66%92.94%-
XYZ53.1271.0171.23-
YUV205.7129.8683.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.28%
GREEN value IS 237 (92.97% from 255) = 40.24%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=24.28%
G=40.24%
B=35.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1432372090.4000.120.07162.1372.3174.51
Hex8FEDD1280C7a2484b
Octal217355321500147242110113
Binary100011111110110111010001101000011001111010001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,237,209); }

 H1.HeaderClassName
 {
   color: #8FEDD1;
 }
 .AnyTagClassName
 {
   color: #8FEDD1;
 }
</style>
background-color css

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

 a { background-color: rgb(143,237,209); }

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

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

 span { border-color: rgb(143,237,209); }

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