#8FD6CD

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

Shades of Riptide #8FD6CD

Tints of Riptide #8FD6CD

Color information

#8FD6CD (or 0x8FD6CD) is unknown color: approx Riptide. HEX triplet: 8F, D6 and CD. RGB value is (143,214,205). Sum of RGB (Red+Green+Blue) = 143+214+205=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD6CD is #702932. Grayscale: #BFBFBF. Windows color (decimal): -7350579 or 13489807. OLE color: 13489807.

HSL color Cylindrical-coordinate representation of color #8FD6CD: hue angle of 172.39º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD6CD is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB143214205-
CMYK0.3300.040.16
HSL172.39º46.41%70%-
HSV(B)172.39º33.18%83.92%-
XYZ46.3958.3466.57-
YUV191.74135.4893.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.44%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=25.44%
G=38.08%
B=36.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432142050.3300.040.16172.3946.4170
Hex8FD6CD210410ac2e46
Octal21732631541042025456106
Binary100011111101011011001101100001010010000101011001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,214,205); }

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

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

 a { background-color: rgb(143,214,205); }

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

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

 span { border-color: rgb(143,214,205); }

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