#8FCFCA

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

Shades of Riptide #8FCFCA

Tints of Riptide #8FCFCA

Color information

#8FCFCA (or 0x8FCFCA) is unknown color: approx Riptide. HEX triplet: 8F, CF and CA. RGB value is (143,207,202). Sum of RGB (Red+Green+Blue) = 143+207+202=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFCA is #703035. Grayscale: #BBBBBB. Windows color (decimal): -7352374 or 13291407. OLE color: 13291407.

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

Color convert

RGB143207202-
CMYK0.3100.020.19
HSL175.31º40%68.63%-
HSV(B)175.31º30.92%81.18%-
XYZ44.354.7364.11-
YUV187.29136.396.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.91%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=25.91%
G=37.5%
B=36.59%

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
Decimal1432072020.3100.020.19175.314068.63
Hex8FCFCA1F0213af2845
Octal21731731237022325750105
Binary1000111111001111110010101111101010011101011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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