#8FEBDA

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

Shades of Riptide #8FEBDA

Tints of Riptide #8FEBDA

Color information

#8FEBDA (or 0x8FEBDA) is unknown color: approx Riptide. HEX triplet: 8F, EB and DA. RGB value is (143,235,218). Sum of RGB (Red+Green+Blue) = 143+235+218=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEBDA is #701425. Grayscale: #CDCDCD. Windows color (decimal): -7345190 or 14347151. OLE color: 14347151.

HSL color Cylindrical-coordinate representation of color #8FEBDA: hue angle of 168.91º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FEBDA is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB143235218-
CMYK0.3900.070.08
HSL168.91º69.7%74.12%-
HSV(B)168.91º39.15%92.16%-
XYZ53.6970.3277.07-
YUV205.55135.0283.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.99%
GREEN value IS 235 (92.19% from 255) = 39.43%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=23.99%
G=39.43%
B=36.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432352180.3900.070.08168.9169.774.12
Hex8FEBDA27078a9464a
Octal217353332470710251106112
Binary100011111110101111011010100111011110001010100110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,235,218); }

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

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

 a { background-color: rgb(143,235,218); }

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

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

 span { border-color: rgb(143,235,218); }

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