#8FCECA

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

Shades of Riptide #8FCECA

Tints of Riptide #8FCECA

Color information

#8FCECA (or 0x8FCECA) is unknown color: approx Riptide. HEX triplet: 8F, CE and CA. RGB value is (143,206,202). Sum of RGB (Red+Green+Blue) = 143+206+202=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCECA is #703135. Grayscale: #BABABA. Windows color (decimal): -7352630 or 13291151. OLE color: 13291151.

HSL color Cylindrical-coordinate representation of color #8FCECA: hue angle of 176.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCECA is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB143206202-
CMYK0.3100.020.19
HSL176.19º39.13%68.43%-
HSV(B)176.19º30.58%80.78%-
XYZ44.0654.2564.03-
YUV186.71136.6396.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.95%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=25.95%
G=37.39%
B=36.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432062020.3100.020.19176.1939.1368.43
Hex8FCECA1F0213b02744
Octal21731631237022326047104
Binary1000111111001110110010101111101010011101100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,206,202); }

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

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

 a { background-color: rgb(143,206,202); }

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

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

 span { border-color: rgb(143,206,202); }

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